We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21ecf5 commit f07a500Copy full SHA for f07a500
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:trixie-2025.12.0
+ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:2025.12.2
2
FROM ${BUILD_FROM}
3
ARG PLATFORM
4
ARG ARCH
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-2025.12.0
+ aarch64: ghcr.io/home-assistant/aarch64-base-debian:2025.12.2
armhf: ghcr.io/home-assistant/armhf-base-debian:trixie-2025.11.1
5
- amd64: ghcr.io/home-assistant/amd64-base-debian:trixie-2025.12.0
+ amd64: ghcr.io/home-assistant/amd64-base-debian:2025.12.2
6
i386: ghcr.io/home-assistant/i386-base-debian:trixie-2025.11.1
0 commit comments