From a12c16ca0d7af740fb047638391ab692acefec4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:57:18 +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 5c5ea8edde..8d1417f9bd 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