From 470a8a9bca279563bf239d665dde119b347d8ed9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Mar 2022 06:44:40 +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 9757184f7..7a92f6a2d 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:latest", - "amd64": "ghcr.io/hassio-addons/base-python/amd64:latest", - "armv7": "ghcr.io/hassio-addons/base-python/armv7:latest" + "aarch64": "ghcr.io/hassio-addons/base-python/aarch64:stable", + "amd64": "ghcr.io/hassio-addons/base-python/amd64:stable", + "armv7": "ghcr.io/hassio-addons/base-python/armv7:stable" }, "codenotary": { "signer": "alexandrep.github@gmail.com"