Updater bot : webtrees updated to 2.1.15

This commit is contained in:
alexbelgium
2022-12-25 23:01:06 +01:00
parent 3b31ce1ac2
commit 509c1f1e49
4 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@@ -6,5 +6,5 @@
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.1.14"
"upstream_version": "2.1.15"
}