From d21140c5309ec15807fcfae7fe308fe6a38a5756 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 18:41:42 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.21 --- taskcluster/docker/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/docker/python/Dockerfile b/taskcluster/docker/python/Dockerfile index 8fb5096..a1e34f4 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.18 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.21 /uv /bin/uv # %ARG PYTHON_VERSIONS RUN uv python install $PYTHON_VERSIONS RUN chown -R worker:worker /builds/worker