Skip to content

Commit 4b4750c

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

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
@@ -44,7 +44,7 @@ ARG PYTHONDONTWRITEBYTECODE=1
4444
ARG UV_NO_CACHE=1
4545

4646
# set up python
47-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /uv /uvx /bin/
47+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:cb641b1979723dc5ab87d61f079000009edc107d30ae7cbb6e7419fdac044e9f /uv /uvx /bin/
4848
COPY pyproject.toml uv.lock ./
4949
RUN --mount=type=cache,target=/root/.cache/uv \
5050
uv venv --seed "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)