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 281ca2e commit 72c8aa1Copy full SHA for 72c8aa1
Dockerfile
@@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
44
ARG UV_NO_CACHE=1
45
46
# set up python
47
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0b6dc79013b689f3bc0cbf12807cb1c901beaafe80f2ee10a1d76aa3842afb92 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:3362a526af7eca2fcd8604e6a07e873fb6e4286d8837cb753503558ce1213664 /uv /uvx /bin/
48
COPY pyproject.toml uv.lock ./
49
RUN --mount=type=cache,target=/root/.cache/uv \
50
uv venv --seed "${VIRTUAL_ENV}" && \
0 commit comments