Updater bot : zoneminder updated to 1.36.13

This commit is contained in:
alexbelgium
2022-04-02 01:59:50 +02:00
parent 7b98db042c
commit a440681a25
3 changed files with 6 additions and 3 deletions

View File

@@ -1,2 +1,5 @@
## 1.36.13 (02-04-2022)
- Update to latest version from zoneminder-containers/zoneminder-base
- Add codenotary sign
- Initial release

View File

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

View File

@@ -26,8 +26,8 @@
"mysql:want"
],
"slug": "zoneminder",
"upstream": "1.36.12",
"upstream": "1.36.13",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.36.12",
"version": "1.36.13",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
}