diff --git a/Dockerfile b/Dockerfile index ff64b02..87f5584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.12.1 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.12.8 /uv /uvx /bin/ WORKDIR /app