Skip to content

Commit cf67071

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 7bff3c3 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f771ea commit cf67071

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:bb74263127d6451222fe7f71b330edfb189ab1c98d7898df2401fbf4f272d9b9 /uv /uvx /bin/
51+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:7bff3c3776ec467fc1437960f2c469d8beb30f536a6465a3350c647ccd260ec2 /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)