We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282acf0 commit 96c3aa7Copy full SHA for 96c3aa7
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.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.10.6@sha256:2f2ccd27bbf953ec7a9e3153a4563705e41c852a5e1912b438fc44d88d6cb52c /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