Update hassfest image to Python 3.13 (#130607)

This commit is contained in:
Marc Mueller
2024-11-14 12:44:06 +01:00
committed by GitHub
parent 3201142fd8
commit a748897bd2
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 \