Skip to content

Commit

Permalink
Update base image to 2021.06.2 (home-assistant#52190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansun96 authored Jun 27, 2021
1 parent fad7e43 commit dafddce
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}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.06.1",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.06.1",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.06.1",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.06.1",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.06.1"
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.06.2",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.06.2",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.06.2",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.06.2",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.06.2"
},
"labels": {
"io.hass.type": "core",
Expand Down

0 comments on commit dafddce

Please sign in to comment.