fix: use python:3.12-alpine3.21 from Docker Hub, rewrite run.sh without bashio
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-07 12:08:34 +01:00
parent f94f6a686d
commit 218b3c4961
3 changed files with 26 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
build_from:
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"
aarch64: "python:3.12-alpine3.21"
amd64: "python:3.12-alpine3.21"
armhf: "python:3.12-alpine3.21"
armv7: "python:3.12-alpine3.21"
i386: "python:3.12-alpine3.21"