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 083df9a commit 419e344Copy full SHA for 419e344
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:50ac11cc602e41982998a6eb61f6c8e0c8cf0d10424b04910cc84cce952b04e6 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:db305ce8edc1c2df4988b9d23471465d90d599cc55571e6501421c173a33bb0b /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