diff options
| author | 2025-10-30 20:29:39 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | e273db64776a5182bff14f371423c776ecc309d3 (patch) | |
| tree | 36198147259c4d560dcc6a09d6848d12fd4d0207 | |
| parent | Update dependencies that would not build on 3.14 (diff) | |
Upgrade uv in Docker image to 0.9
| -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 |