diff --git a/Dockerfile b/Dockerfile index 46bd7fb..1bfe1f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12-slim-bookworm AS base FROM base AS builder # Copy in UV -COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.8.6 /uv /bin/uv # We use the system interpreter managed by uv ENV UV_PYTHON_DOWNLOADS=0