We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c814dd1 commit a8b611dCopy full SHA for a8b611d
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:cbc016e49b55190e17bfd0b89a1fdc1a54e0a54a8f737dfacc72eca9ad078338 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:57da96c4557243fc0a732817854084e81af9393f64dc7d172f39c16465b5e2ba /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