fix: Update Python base images to version 3.12 in build configuration
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

refactor: Improve Dockerfile by adding necessary build tools and cleaning up
This commit is contained in:
2026-03-07 11:59:31 +01:00
parent 14be205eb1
commit f94f6a686d
2 changed files with 17 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base-python:3.13"
amd64: "ghcr.io/home-assistant/amd64-base-python:3.13"
armhf: "ghcr.io/home-assistant/armhf-base-python:3.13"
armv7: "ghcr.io/home-assistant/armv7-base-python:3.13"
i386: "ghcr.io/home-assistant/i386-base-python:3.13"
aarch64: "ghcr.io/home-assistant/aarch64-base-python:3.12"
amd64: "ghcr.io/home-assistant/amd64-base-python:3.12"
armhf: "ghcr.io/home-assistant/armhf-base-python:3.12"
armv7: "ghcr.io/home-assistant/armv7-base-python:3.12"
i386: "ghcr.io/home-assistant/i386-base-python:3.12"