From adb7c14e1ee6c091acc85f0872dbe9b227b0a2b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:47:19 +0100 Subject: [PATCH] Update build.json --- addons_updater/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons_updater/build.json b/addons_updater/build.json index 38fe683a4..057abb01e 100644 --- a/addons_updater/build.json +++ b/addons_updater/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/hassio-addons/base-python/aarch64:8.0.1", - "amd64": "ghcr.io/hassio-addons/base-python/amd64:8.0.1", - "armv7": "ghcr.io/hassio-addons/base-python/armv7:8.0.1" + "aarch64": "ghcr.io/hassio-addons/base-python/aarch64", + "amd64": "ghcr.io/hassio-addons/base-python/amd64", + "armv7": "ghcr.io/hassio-addons/base-python/armv7" }, "codenotary": { "signer": "alexandrep.github@gmail.com"