Skip to content

Commit bc6a549

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

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