Skip to content

Commit 25b7bf2

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.25
1 parent 32e53f2 commit 25b7bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
2929
PATH=/builds/worker/.local/bin:$PATH
3030

3131
# uv
32-
COPY --from=ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5 /uv /bin/uv
32+
COPY --from=ghcr.io/astral-sh/uv:0.9.25@sha256:13e233d08517abdafac4ead26c16d881cd77504a2c40c38c905cf3a0d70131a6 /uv /bin/uv
3333
# %ARG PYTHON_VERSIONS
3434
RUN uv python install $PYTHON_VERSIONS
3535
RUN chown -R worker:worker /builds/worker

0 commit comments

Comments
 (0)