mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Fix hassfest docker image by pinning Python 3.12 (#129403)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user