Updater bot : webtrees updated to 2.1.17

This commit is contained in:
alexbelgium
2023-07-15 02:03:50 +02:00
parent 34c2fa4e37
commit 0abd12cd2d
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.17 (15-07-2023)
- Update to latest version from nathanvaughn/webtrees-docker
- Feat : cifsdomain added
## 2.1.16 (21-01-2023)

View File

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

View File

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

View File

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