Update base image to 2021.06.2 (#52190)

pull/51824/head^2
ryansun96 2021-06-27 12:59:27 -04:00 committed by GitHub
parent fad7e43c4f
commit dafddce446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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",