Skip to content

Commit

Permalink
Use baseimage 2021.06.0 / Python 3.9 - Alpine 3.13 (home-assistant#51628
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pvizeli authored Jun 8, 2021
1 parent 67f3e71 commit 79da2bc
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
@@ -2,11 +2,11 @@
"image": "homeassistant/{arch}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.05.0",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.05.0",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.05.0",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.05.0",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.05.0"
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.06.0",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.06.0",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.06.0",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.06.0",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.06.0"
},
"labels": {
"io.hass.type": "core",

0 comments on commit 79da2bc

Please sign in to comment.