diff --git a/Dockerfile b/Dockerfile index acebc86..097ff16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM python:3.13-slim-trixie # Install uv for fast package management -COPY --from=ghcr.io/astral-sh/uv:0.4.20 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /bin/uv ENV UV_SYSTEM_PYTHON=1 # Set the working directory