Skip to content

Commit c09cdab

Browse files
chore(deps): update ghcr.io/astral-sh/uv:latest docker digest to 0d68619
1 parent 217d16b commit c09cdab

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:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /uvx /bin/
51+
COPY --from=ghcr.io/astral-sh/uv:latest@sha256:0d686193e6d06a262184e4367d00276e24a524357080868c1732c2718f75d4d9 /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)