1 parent 19381d4 commit 750aac2Copy full SHA for 750aac2
1 file changed
.devcontainer/Dockerfile
@@ -12,7 +12,7 @@ ARG BUILDIFIER_VERSION=v8.5.1
12
# later PRs can layer `uv tool install ruff ty pre-commit` on top of it.
13
# Pinned tag bumped by Renovate's docker manager (matches the pattern used in
14
# ~/.dotfiles/.devcontainer/Dockerfile).
15
-COPY --from=ghcr.io/astral-sh/uv:0.9.30 /uv /uvx /usr/local/bin/
+COPY --from=ghcr.io/astral-sh/uv:0.11.21 /uv /uvx /usr/local/bin/
16
17
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
18
build-essential \
0 commit comments