From 5acea51f19b5ccd0082469430350dac4a1db1c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:07:15 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c74e040..6c51849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ 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.8 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /uvx /bin/ # We recommend mounting in a cache for uv, so silence warnings about it being on a different volume # and cache python interpreter downloads in the same directory