From 3c4545d4134c60d9e0d2eb956b8e3a86d738b1de Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 12 Mar 2026 09:08:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.9 --- 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 62d0952..385b6c2 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.8@sha256:88234bc9e09c2b2f6d176a3daf411419eb0370d450a08129257410de9cfafd2a /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 /uv /bin/uv # %ARG PYTHON_VERSIONS RUN uv python install $PYTHON_VERSIONS RUN chown -R worker:worker /builds/worker