Updater bot : webtrees updated to v2.1.7

This commit is contained in:
alexbelgium
2022-08-04 01:59:37 +02:00
parent e47f8ca733
commit dda7e63794
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## v2.1.7 (04-08-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## v2.1.6 (23-06-2022)
- Update to latest version from nathanvaughn/webtrees-docker

View File

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

View File

@@ -96,6 +96,6 @@
],
"slug": "webtrees",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v2.1.6",
"version": "v2.1.7",
"webui": "http://[HOST]:[PORT:80]"
}
}

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "23-06-2022",
"last_update": "04-08-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "v2.1.6"
"upstream_version": "v2.1.7"
}