From a50696873d4afc35516d49e8c20cca1b06601b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:28:26 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b6aa81..63969a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ RUN /root/terminal-config/ensure-user-terminal-config.sh && \ # Install uv using the official image # See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv -COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.12 /uv /uvx /bin/