diff --git a/Dockerfile b/Dockerfile index 72d222e..4455048 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.11.17 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /uvx /bin/ WORKDIR /app