Updater bot : webtrees updated to v2.1.1

This commit is contained in:
alexbelgium
2022-04-29 18:59:25 +02:00
parent 143a4a5276
commit 6b7e2adb58
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## v2.1.1 (29-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.0 (22-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="v2.1.0"
ARG BUILD_UPSTREAM="v2.1.1"
FROM nathanvaughn/webtrees:latest
##################

View File

@@ -94,6 +94,6 @@
"slug": "webtrees",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.0",
"version": "v2.1.1",
"webui": "http://[HOST]:[PORT:80]"
}
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "22-04-2022",
"last_update": "29-04-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "v2.1.0"
"upstream_version": "v2.1.1"
}