Skip to content

Commit ad59cc3

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

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
@@ -50,7 +50,7 @@ ARG PIP_DISABLE_PIP_VERSION_CHECK=1 \
5050
UV_NO_CACHE=1
5151

5252
# set up python
53-
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:90daa0b4d74ea55c7b8e06d25d3826b1eac66e7994387248e6173dd2b66668e2 /uv /uvx /bin/
53+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:01ddc2a91588f1210396433c79c9f58848ad668ea05bda895f5a1a31f2e5b64f /uv /uvx /bin/
5454
COPY pyproject.toml uv.lock ./
5555
RUN --mount=type=cache,target=/root/.cache/uv \
5656
uv venv --seed "${VIRTUAL_ENV}" && \

0 commit comments

Comments
 (0)