From 5372cecc652d9f24ad4d8d791bf846f688c6b02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:28:18 +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 35ecb52..bf9cdd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,4 +50,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/