diff --git a/Dockerfile b/Dockerfile index 414dd7b..1d5a9b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY LICENSE /licenses/LICENSE FROM base AS builder # Get the uv binary from upstream -COPY --from=ghcr.io/astral-sh/uv:0.9.7@sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.25@sha256:13e233d08517abdafac4ead26c16d881cd77504a2c40c38c905cf3a0d70131a6 /uv /bin/uv ENV \ UV_COMPILE_BYTECODE="true" \