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