We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e53f2 commit 25b7bf2Copy full SHA for 25b7bf2
taskcluster/docker/python/Dockerfile
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
29
PATH=/builds/worker/.local/bin:$PATH
30
31
# uv
32
-COPY --from=ghcr.io/astral-sh/uv:0.9.24@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.25@sha256:13e233d08517abdafac4ead26c16d881cd77504a2c40c38c905cf3a0d70131a6 /uv /bin/uv
33
# %ARG PYTHON_VERSIONS
34
RUN uv python install $PYTHON_VERSIONS
35
RUN chown -R worker:worker /builds/worker
0 commit comments