From 29a7db2a5b4df53adf486a9f83f4463be724e725 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:39:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Home=20Assistant?= =?UTF-8?q?=20Base=20Images=20to=20trixie-2026.04.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 725eb9b..1e7bbec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.1 +ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.04.0 FROM ${BUILD_FROM} ARG PLATFORM ARG ARCH diff --git a/build.yaml b/build.yaml index 89d7937..1e2f4a5 100644 --- a/build.yaml +++ b/build.yaml @@ -1,6 +1,6 @@ build_from: armv7: ghcr.io/home-assistant/armv7-base-debian:trixie-2025.11.1 - aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie-2026.03.1 + aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie-2026.04.0 armhf: ghcr.io/home-assistant/armhf-base-debian:trixie-2025.11.1 - amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.1 + amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.04.0 i386: ghcr.io/home-assistant/i386-base-debian:trixie-2025.11.1