We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ec601 commit 176102eCopy full SHA for 176102e
Dockerfile
@@ -50,7 +50,7 @@ ENV UV_LOCKED=1 \
50
UV_NO_SYNC=1
51
52
# set up python
53
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:c467e9b5da1e763ee5841f9ae51020d11569ca08991a05367ceca6eda0be9b16 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:83285c39ee68ed64708fca1495c2d0aad084e9ac02a8910f5180b8e36bcf803a /uv /uvx /bin/
54
COPY .python-version pyproject.toml uv.lock ./
55
RUN uv sync --no-default-groups --no-install-project && \
56
chown -R "${USER}:${USER}" "${VIRTUAL_ENV}" && \
0 commit comments