Updater bot : webtrees updated to v2.1.0

This commit is contained in:
alexbelgium
2022-04-22 20:14:42 +02:00
parent 4cbcf8fe5f
commit 847ee42204
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## v2.1.0 (22-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker
## 2.1.0-beta.2 (05-04-2022) ## 2.1.0-beta.2 (05-04-2022)
- Update to latest version from nathanvaughn/webtrees-docker - Update to latest version from nathanvaughn/webtrees-docker
- Add codenotary sign - Add codenotary sign

View File

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

View File

@@ -94,8 +94,8 @@
], ],
"slug": "webtrees", "slug": "webtrees",
"startup": "services", "startup": "services",
"upstream": "2.1.0-beta.2", "upstream": "v2.1.0",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.0-beta.2-3", "version": "v2.1.0",
"webui": "http://[HOST]:[PORT:80]" "webui": "http://[HOST]:[PORT:80]"
} }