Update znc to 1.8.2 (linuxserver/znc:znc-1.8.2-ls41)

This commit is contained in:
Arne Petersen
2020-09-24 08:13:46 +02:00
parent 7b92619779
commit e6d6b938a1
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.7.0
- Update znc to 1.8.2 (linuxserver/znc:znc-1.8.2-ls41)
## 0.6.0 ## 0.6.0
- Update znc to 1.8.1 (linuxserver/znc:znc-1.8.1-ls38) - Update znc to 1.8.1 (linuxserver/znc:znc-1.8.1-ls38)

View File

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

View File

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