Updater bot : zoneminder updated to 1.36.16

This commit is contained in:
alexbelgium
2022-05-31 01:59:44 +02:00
parent 04c0c0a677
commit 1bbb36b094
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.36.16 (31-05-2022)
- Update to latest version from zoneminder-containers/zoneminder-base
## 1.36.15 (14-05-2022) ## 1.36.15 (14-05-2022)
- Update to latest version from zoneminder-containers/zoneminder-base - Update to latest version from zoneminder-containers/zoneminder-base
- Feature : set image location from addon options - Feature : set image location from addon options

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.36.15" ARG BUILD_UPSTREAM="1.36.16"
FROM tritruongtr/zoneminder:latest FROM tritruongtr/zoneminder:latest
################## ##################

View File

@@ -37,6 +37,6 @@
], ],
"slug": "zoneminder", "slug": "zoneminder",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.36.15", "version": "1.36.16",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm" "webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "14-05-2022", "last_update": "31-05-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "zoneminder", "slug": "zoneminder",
"source": "github", "source": "github",
"upstream_repo": "zoneminder-containers/zoneminder-base", "upstream_repo": "zoneminder-containers/zoneminder-base",
"upstream_version": "1.36.15" "upstream_version": "1.36.16"
} }