Skip to content

Commit ff76ff2

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 515b886 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 673714c commit ff76ff2

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:fb91e82e8643382d5bce074ba0d167677d678faff4bd518dac670476d19b159c /uv /uvx /bin/
47+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:515b886e8eb99bcf9278776d8ea41eb4553a794195ef5803aa7ca6258653100d /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)