Skip to content

Commit 0ab179c

Browse files
renovate[bot]yxtay
andauthored
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to d25a9b4 (#169)
* chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to d25a9b4 * Update Dockerfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: yxtay <[email protected]>
1 parent 733b0eb commit 0ab179c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3737
apt-get update && \
3838
apt-get install --yes --no-install-recommends \
3939
build-essential=12.9 \
40-
curl=7.88.1-10+deb12u8 \
40+
curl=7.88.1-10+deb12u12 \
4141
&& rm -rf /var/lib/apt/lists/*
4242

4343
ARG PYTHONDONTWRITEBYTECODE=1
4444
ARG UV_NO_CACHE=1
4545

4646
# set up python
47-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:031ddbc79275e351a43cbb66f64d8cd314cc78c3878898f4ab4f147b092e8e2d /uv /uvx /bin/
47+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /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)