diff options
author | 2025-04-25 17:21:36 +0100 | |
---|---|---|
committer | 2025-04-25 17:21:36 +0100 | |
commit | ed4699e55ce397aebd558fcece20f2acd81e45d3 (patch) | |
tree | cd53dd458cb060b5d2f97210dec4dabf2f1f8ab9 | |
parent | Update uv in CI (diff) |
Update uv in docker image
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ARG python_version=3.13-slim FROM python:$python_version AS builder -COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /bin/ ENV UV_COMPILE_BYTECODE=1 \ UV_LINK_MODE=copy |