update znc to 1.8.1

This commit is contained in:
Arne Petersen
2020-06-27 09:15:10 +02:00
parent 40288b687f
commit 9432333eb3
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.6.0
- Update znc to 1.8.1 (linuxserver/znc:znc-1.8.1-ls38)
## 0.5.0 ## 0.5.0
- Update znc to 1.8.0 (linuxserver/znc:znc-1.8.0-ls36) - Update znc to 1.8.0 (linuxserver/znc:znc-1.8.0-ls36)

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/znc", "image": "linuxserver/znc",
"version": "znc-1.8.0-ls36" "version": "znc-1.8.1-ls38"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/znc:arm32v7-znc-1.8.0-ls36", "armhf": "linuxserver/znc:arm32v7-znc-1.8.1-ls38",
"aarch64": "linuxserver/znc:arm64v8-znc-1.8.0-ls36", "aarch64": "linuxserver/znc:arm64v8-znc-1.8.1-ls38",
"amd64": "linuxserver/znc:amd64-znc-1.8.0-ls36" "amd64": "linuxserver/znc:amd64-znc-1.8.1-ls38"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

@@ -1,6 +1,6 @@
{ {
"name": "znc", "name": "znc",
"version": "0.5.0", "version": "0.6.0",
"slug": "znc", "slug": "znc",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {