Fix hassfest docker image by pinning Python 3.12 (#129403)

This commit is contained in:
Robert Resch 2024-10-29 11:57:20 +01:00 committed by GitHub
parent ce7e2e3243
commit f3afa6a7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ WORKDIR /config
_HASSFEST_TEMPLATE = r"""# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:alpine
FROM python:3.12-alpine
ENV \
UV_SYSTEM_PYTHON=true \

View File

@ -1,7 +1,7 @@
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:alpine
FROM python:3.12-alpine
ENV \
UV_SYSTEM_PYTHON=true \