Skip to content

Commit e1cbdc4

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.20
1 parent 916b470 commit e1cbdc4

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.9.18 /uv /bin/uv
32+
COPY --from=ghcr.io/astral-sh/uv:0.9.20 /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)