Skip to content

Commit

Permalink
Migrate to alpine 3.13 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Apr 1, 2021
1 parent 352b359 commit 5243cdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"image": "homeassistant/{arch}-hassio-multicast",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.12",
"armhf": "ghcr.io/home-assistant/armhf-base:3.12",
"armv7": "ghcr.io/home-assistant/armv7-base:3.12",
"amd64": "ghcr.io/home-assistant/amd64-base:3.12",
"i386": "ghcr.io/home-assistant/i386-base:3.12"
"aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
"armhf": "ghcr.io/home-assistant/armhf-base:3.13",
"armv7": "ghcr.io/home-assistant/armv7-base:3.13",
"amd64": "ghcr.io/home-assistant/amd64-base:3.13",
"i386": "ghcr.io/home-assistant/i386-base:3.13"
},
"args": {
"MDNS_REPEATER_VERSION": "1.1.2"
Expand Down

0 comments on commit 5243cdb

Please sign in to comment.