From 81f479e15039e0cf7bbd96353fbe4daffb4cac8f Mon Sep 17 00:00:00 2001 From: Lukas Grebe Date: Fri, 10 Jan 2025 16:36:25 +0100 Subject: [PATCH] switch from latest to 3.21 --- ebusd/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ebusd/build.yaml b/ebusd/build.yaml index 4b6cb83..9168194 100644 --- a/ebusd/build.yaml +++ b/ebusd/build.yaml @@ -1,9 +1,9 @@ build_from: - aarch64: "ghcr.io/home-assistant/aarch64-base:latest" - amd64: "ghcr.io/home-assistant/amd64-base:latest" - armhf: "ghcr.io/home-assistant/armhf-base:latest" - armv7: "ghcr.io/home-assistant/armv7-base:latest" - i386: "ghcr.io/home-assistant/i386-base:latest" + aarch64: "ghcr.io/home-assistant/aarch64-base:3.21" + amd64: "ghcr.io/home-assistant/amd64-base:3.21" + armhf: "ghcr.io/home-assistant/armhf-base:3.21" + armv7: "ghcr.io/home-assistant/armv7-base:3.21" + i386: "ghcr.io/home-assistant/i386-base:3.21" labels: org.opencontainers.image.title: "Home Assistant Add-on: Ebusd" org.opencontainers.image.description: "This Add-on runs eBUSd, a daemon for handling communication with eBUS devices"