Skip to content

Commit

Permalink
Update base and dehydrated (home-assistant#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jul 14, 2021
1 parent 0eeef55 commit 7786477
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions duckdns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.13.0

- Update base to 3.14
- Use images from ghcr
- Update dehydrated to 0.7.0

## 1.12.5

- Fix bug causing DuckDNS to return KO, when aliases were configured
Expand Down
12 changes: 6 additions & 6 deletions duckdns/build.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.10",
"amd64": "homeassistant/amd64-base:3.10",
"armhf": "homeassistant/armhf-base:3.10",
"armv7": "homeassistant/armv7-base:3.10",
"i386": "homeassistant/i386-base:3.10"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.14",
"amd64": "ghcr.io/home-assistant/amd64-base:3.14",
"armhf": "ghcr.io/home-assistant/armhf-base:3.14",
"armv7": "ghcr.io/home-assistant/armv7-base:3.14",
"i386": "ghcr.io/home-assistant/i386-base:3.14"
},
"args": {
"DEHYDRATED_VERSION": "0.6.5"
"DEHYDRATED_VERSION": "0.7.0"
}
}
2 changes: 1 addition & 1 deletion duckdns/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duck DNS",
"version": "1.12.5",
"version": "1.13.0",
"slug": "duckdns",
"description": "Free Dynamic DNS (DynDNS or DDNS) service with Let's Encrypt support",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/duckdns",
Expand Down

0 comments on commit 7786477

Please sign in to comment.