diff --git a/Dockerfile b/Dockerfile index 099633b7f..00bf06cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV LC_ALL=C.UTF-8 \ PYTHONUNBUFFERED=1 # This cannot be inlined below (e.g., COPY --from=...) because Dependabot does not support that syntax yet -FROM ghcr.io/astral-sh/uv:0.8.17@sha256:e4644cb5bd56fdc2c5ea3ee0525d9d21eed1603bccd6a21f887a938be7e85be1 AS uv +FROM ghcr.io/astral-sh/uv:0.8.18@sha256:62022a082ce1358336b920e9b7746ac7c95b1b11473aa93ab5e4f01232d6712d AS uv FROM base AS builder