Updater bot : webtrees updated to 2.1.20

This commit is contained in:
alexbelgium
2024-04-13 02:04:10 +02:00
parent 325a623c5a
commit 56fb84e287
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.20 (13-04-2024)
- Update to latest version from nathanvaughn/webtrees-docker (changelog : https://github.com/nathanvaughn/webtrees-docker/releases)
## 2.1.19 (23-03-2024)
- Update to latest version from nathanvaughn/webtrees-docker

View File

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

View File

@@ -131,6 +131,6 @@
"slug": "webtrees",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.19",
"version": "2.1.20",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "23-03-2024",
"last_update": "13-04-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.1.19"
"upstream_version": "2.1.20"
}