From 76b12b24fca1bc1408cbfdb78e4e7508559de0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:19:59 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02e99fff2..0bda711c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-ins && apt-get dist-clean # Install uv to allow setup-scratch to run -COPY --from=ghcr.io/astral-sh/uv:0.10 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11 /uv /uvx /bin/ # For this pod to understand finding user information from LDAP RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf