Skip to content

Commit 96c3aa7

Browse files
authored
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.6 (#168)
1 parent 282acf0 commit 96c3aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/docker/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ENV SHELL=/bin/bash \
2929
PATH=/builds/worker/.local/bin:$PATH
3030

3131
# uv
32-
COPY --from=ghcr.io/astral-sh/uv:0.10.4@sha256:4cac394b6b72846f8a85a7a0e577c6d61d4e17fe2ccee65d9451a8b3c9efb4ac /uv /bin/uv
32+
COPY --from=ghcr.io/astral-sh/uv:0.10.6@sha256:2f2ccd27bbf953ec7a9e3153a4563705e41c852a5e1912b438fc44d88d6cb52c /uv /bin/uv
3333
# %ARG PYTHON_VERSIONS
3434
RUN uv python install $PYTHON_VERSIONS
3535
RUN chown -R worker:worker /builds/worker

0 commit comments

Comments
 (0)