diff options
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 201159919..d9885fa97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -ARG python_version=3.13-slim +ARG python_version=3.14-slim FROM python:$python_version AS builder -COPY --from=ghcr.io/astral-sh/uv:0.7 /uv /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /bin/ ENV UV_COMPILE_BYTECODE=1 \ UV_LINK_MODE=copy |