We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eebcb commit 8ddd068Copy full SHA for 8ddd068
Dockerfile
@@ -50,7 +50,7 @@ ARG PIP_DISABLE_PIP_VERSION_CHECK=1 \
50
UV_NO_CACHE=1
51
52
# set up python
53
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:01ddc2a91588f1210396433c79c9f58848ad668ea05bda895f5a1a31f2e5b64f /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /uvx /bin/
54
COPY pyproject.toml uv.lock ./
55
RUN --mount=type=cache,target=/root/.cache/uv \
56
uv venv --seed "${VIRTUAL_ENV}" && \
0 commit comments