Updater bot : zoneminder updated to 1.36.34

This commit is contained in:
alexbelgium
2023-01-07 02:03:36 +01:00
parent 2bb9c5cd8b
commit 6606c1ccb1
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.36.34 (07-01-2023)
- Update to latest version from zoneminder-containers/zoneminder-base
## 1.36.33 (31-12-2022)
- Update to latest version from zoneminder-containers/zoneminder-base
- WARNING : update to supervisor 2022.11 before installing

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "31-12-2022",
"last_update": "07-01-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "zoneminder",
"source": "github",
"upstream_repo": "zoneminder-containers/zoneminder-base",
"upstream_version": "1.36.33"
"upstream_version": "1.36.34"
}