Skip to content

Commit 750aac2

Browse files
Update ghcr.io/astral-sh/uv Docker tag to v0.11.21 (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19381d4 commit 750aac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG BUILDIFIER_VERSION=v8.5.1
1212
# later PRs can layer `uv tool install ruff ty pre-commit` on top of it.
1313
# Pinned tag bumped by Renovate's docker manager (matches the pattern used in
1414
# ~/.dotfiles/.devcontainer/Dockerfile).
15-
COPY --from=ghcr.io/astral-sh/uv:0.9.30 /uv /uvx /usr/local/bin/
15+
COPY --from=ghcr.io/astral-sh/uv:0.11.21 /uv /uvx /usr/local/bin/
1616

1717
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1818
build-essential \

0 commit comments

Comments
 (0)