From 3cf8b4d446bc5c199bd1d363625e375deac6100e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:43:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Home=20Assistant?= =?UTF-8?q?=20Base=20Images=20to=20trixie-2026.06.1?= 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 00c99fd..95fa398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.04.0 +ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.06.1 FROM ${BUILD_FROM} ARG PLATFORM ARG ARCH diff --git a/build.yaml b/build.yaml index 1e2f4a5..3b28a11 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.04.0 + aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie-2026.06.1 armhf: ghcr.io/home-assistant/armhf-base-debian:trixie-2025.11.1 - amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.04.0 + amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.06.1 i386: ghcr.io/home-assistant/i386-base-debian:trixie-2025.11.1