Updater bot : webtrees updated to 2.1.0-beta.2

This commit is contained in:
alexbelgium
2022-04-05 01:59:38 +02:00
parent 51d934cad0
commit bb23f3d879
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.0-beta.2 (05-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
- Add codenotary sign
## 2.1.0-beta.1 (19-03-2022)

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.0-beta.1"
ARG BUILD_UPSTREAM="2.1.0-beta.2"
FROM nathanvaughn/webtrees:$BUILD_UPSTREAM
##################

View File

@@ -93,8 +93,8 @@
],
"slug": "webtrees",
"startup": "services",
"upstream": "2.1.0-beta.1",
"upstream": "2.1.0-beta.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}