diff --git a/Dockerfile b/Dockerfile index d35f8bf..6fa000b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12-slim # uv for reproducible, fast dependency install from the committed lockfile. -COPY --from=ghcr.io/astral-sh/uv:0.11.32 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.12.1 /uv /uvx /bin/ WORKDIR /app ENV UV_COMPILE_BYTECODE=1 \