diff --git a/taskcluster/docker/python/Dockerfile b/taskcluster/docker/python/Dockerfile index 070cc2b..0170128 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.9.30@sha256:538e0b39736e7feae937a65983e49d2ab75e1559d35041f9878b7b7e51de91e4 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.10.2@sha256:94a23af2d50e97b87b522d3cea24aaf8a1faedec1344c952767434f69585cbf9 /uv /bin/uv # %ARG PYTHON_VERSIONS RUN uv python install $PYTHON_VERSIONS RUN chown -R worker:worker /builds/worker