Python 3.9.6 / Base image 2021.07.0 (#52605)

This commit is contained in:
Pascal Vizeli 2021-07-06 23:39:25 +02:00 committed by GitHub
parent 9fb05736e4
commit 16f1647ad0
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", "image": "homeassistant/{arch}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant", "shadow_repository": "ghcr.io/home-assistant",
"build_from": { "build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.06.2", "aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.07.0",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.06.2", "armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.07.0",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.06.2", "armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.07.0",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.06.2", "amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.07.0",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.06.2" "i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.07.0"
}, },
"labels": { "labels": {
"io.hass.type": "core", "io.hass.type": "core",