update Python version to include patch in build configuration and Dockerfile

This commit is contained in:
grillazz
2025-12-16 14:25:29 +01:00
parent 29cdd36ec6
commit daf5ce9248
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \
UV_PYTHON=python3.14 \
UV_PYTHON=python3.14.0 \
UV_PROJECT_ENVIRONMENT=/panettone
COPY pyproject.toml /_lock/