diff --git a/Dockerfile b/Dockerfile index 94ad3f2..234f6be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.06.1 +ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.08.0 FROM ${BUILD_FROM} ARG PLATFORM ARG ARCH diff --git a/build.yaml b/build.yaml index 3b28a11..4663cf5 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.06.1 + aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie-2026.08.0 armhf: ghcr.io/home-assistant/armhf-base-debian:trixie-2025.11.1 - amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.06.1 + amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.08.0 i386: ghcr.io/home-assistant/i386-base-debian:trixie-2025.11.1