Updater bot : webtrees updated to 2.1.16

This commit is contained in:
alexbelgium
2023-01-21 10:35:24 +01:00
parent 815502e259
commit 606d3f3fe8
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.16 (21-01-2023)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.15 (25-12-2022) ## 2.1.15 (25-12-2022)
- Update to latest version from nathanvaughn/webtrees-docker - Update to latest version from nathanvaughn/webtrees-docker

View File

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

View File

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

View File

@@ -1,10 +1,10 @@
{ {
"github_beta": "true", "github_beta": "true",
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "25-12-2022", "last_update": "21-01-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "webtrees", "slug": "webtrees",
"source": "github", "source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker", "upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.1.15" "upstream_version": "2.1.16"
} }