diff options
-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 |