diff --git a/Dockerfile b/Dockerfile index e698cf6..2b1706d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.0 +ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.1 FROM ${BUILD_FROM} ARG PLATFORM ARG ARCH diff --git a/build.yaml b/build.yaml index 89cea9e..89d7937 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.0 + aarch64: ghcr.io/home-assistant/aarch64-base-debian:trixie-2026.03.1 armhf: ghcr.io/home-assistant/armhf-base-debian:trixie-2025.11.1 - amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.0 + amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2026.03.1 i386: ghcr.io/home-assistant/i386-base-debian:trixie-2025.11.1