mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Updater bot : webtrees updated to 2.1.0-beta.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -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]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user