diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 0a92d85b9..d9885fa97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ 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 |