Skip to content

Commit 859acee

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 83285c3
1 parent e2ec601 commit 859acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV UV_LOCKED=1 \
5050
UV_NO_SYNC=1
5151

5252
# set up python
53-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:c467e9b5da1e763ee5841f9ae51020d11569ca08991a05367ceca6eda0be9b16 /uv /uvx /bin/
53+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:83285c39ee68ed64708fca1495c2d0aad084e9ac02a8910f5180b8e36bcf803a /uv /uvx /bin/
5454
COPY .python-version pyproject.toml uv.lock ./
5555
RUN uv sync --no-default-groups --no-install-project && \
5656
chown -R "${USER}:${USER}" "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)