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 916b470 commit e1cbdc4Copy full SHA for e1cbdc4
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.18 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.20 /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