Updater bot : webtrees updated to 2.1.0-beta.1

This commit is contained in:
alexbelgium
2022-03-19 01:59:00 +01:00
parent 760eacf829
commit a3aead34ca
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.0-beta.1 (19-03-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.0-alpha.2 (04-02-2022) ## 2.1.0-alpha.2 (04-02-2022)
- Update to latest version from nathanvaughn/webtrees-docker - Update to latest version from nathanvaughn/webtrees-docker
- Allow mounting smb and local drives for data storage - Allow mounting smb and local drives for data storage

View File

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

View File

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