Updater bot : webtrees updated to 2.1.9

This commit is contained in:
alexbelgium
2022-12-01 15:32:19 +01:00
parent 120777a9a1
commit 08d0732270
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.9 (01-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.8 (28-11-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- WARNING : update to supervisor 2022.11 before installing

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.8"
ARG BUILD_UPSTREAM="2.1.9"
FROM nathanvaughn/webtrees:latest
##################

View File

@@ -98,6 +98,6 @@
],
"slug": "webtrees",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.8",
"version": "2.1.9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "28-11-2022",
"last_update": "01-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.1.8"
"upstream_version": "2.1.9"
}