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 673714c commit ff76ff2Copy full SHA for ff76ff2
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:fb91e82e8643382d5bce074ba0d167677d678faff4bd518dac670476d19b159c /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:515b886e8eb99bcf9278776d8ea41eb4553a794195ef5803aa7ca6258653100d /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