diff --git a/taskcluster/docker/python/Dockerfile b/taskcluster/docker/python/Dockerfile index b0d0f62..06a34f1 100644 --- a/taskcluster/docker/python/Dockerfile +++ b/taskcluster/docker/python/Dockerfile @@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \ PATH=/builds/worker/.local/bin:$PATH # uv -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 # %ARG PYTHON_VERSIONS RUN uv python install $PYTHON_VERSIONS RUN chown -R worker:worker /builds/worker