From 8b9d06da271b3614d801ac23679af6ec779ff8e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:57:07 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0 Signed-off-by: Renovate Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 13f9b7a1..3aad5e30 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION} ENV PYTHONWARNINGS="ignore::UserWarning" COPY . /src -COPY --from=ghcr.io/astral-sh/uv:0.10.8 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.0 /uv /usr/local/bin/uv COPY files/data /data COPY files/change.sh /change.sh