Skip to content

Commit 2ac69dc

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to bb74263 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f5b8a0 commit 2ac69dc

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
@@ -48,7 +48,7 @@ ARG PIP_DISABLE_PIP_VERSION_CHECK=1 \
4848
UV_NO_CACHE=1
4949

5050
# set up python
51-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:88d7b48fc9f17462c82b5482e497af250d337f3f14e1ac97c16e68eba49b651e /uv /uvx /bin/
51+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:bb74263127d6451222fe7f71b330edfb189ab1c98d7898df2401fbf4f272d9b9 /uv /uvx /bin/
5252
COPY --chown=${USER}:${USER} pyproject.toml uv.lock ./
5353
RUN --mount=type=cache,target=/root/.cache/uv \
5454
uv venv --seed ${VIRTUAL_ENV} && \

0 commit comments

Comments
 (0)