We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2583f97 commit d758599Copy full SHA for d758599
1 file changed
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.8@sha256:88234bc9e09c2b2f6d176a3daf411419eb0370d450a08129257410de9cfafd2a /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 /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