Skip to content

Commit

Permalink
Updater bot : webtrees updated to 2.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Oct 20, 2023
1 parent bca1786 commit 5307627
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions webtrees/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 2.1.18 (20-10-2023)
- Update to latest version from nathanvaughn/webtrees-docker

## 2.1.17 (15-07-2023)
- Update to latest version from nathanvaughn/webtrees-docker
- Feat : cifsdomain added
Expand Down
2 changes: 1 addition & 1 deletion webtrees/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#################

ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.17"
ARG BUILD_UPSTREAM="2.1.18"
FROM nathanvaughn/webtrees:latest

##################
Expand Down
2 changes: 1 addition & 1 deletion webtrees/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
"slug": "webtrees",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.17-test2",
"version": "2.1.18",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}
4 changes: 2 additions & 2 deletions webtrees/updater.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "15-07-2023",
"last_update": "20-10-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "webtrees",
"source": "github",
"upstream_repo": "nathanvaughn/webtrees-docker",
"upstream_version": "2.1.17"
"upstream_version": "2.1.18"
}

0 comments on commit 5307627

Please sign in to comment.