Update hassfest image to Python 3.13 (#130607)

pull/130626/head
Marc Mueller 2024-11-14 12:44:06 +01:00 committed by GitHub
parent 3201142fd8
commit a748897bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ WORKDIR /config
_HASSFEST_TEMPLATE = r"""# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
FROM python:3.12-alpine
FROM python:3.13-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:3.12-alpine
FROM python:3.13-alpine
ENV \
UV_SYSTEM_PYTHON=true \