Skip to content

Commit 68af42c

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 031ddbc (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03d5a24 commit 68af42c

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:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /uv /uvx /bin/
51+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:031ddbc79275e351a43cbb66f64d8cd314cc78c3878898f4ab4f147b092e8e2d /uv /uvx /bin/
5252
COPY pyproject.toml uv.lock ./
5353
RUN --mount=type=cache,target=/root/.cache/uv \
5454
uv venv --seed "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)