Skip to content

Commit 5498bae

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.21 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 916b470 commit 5498bae

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.21 /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)