From caff274b24889f0dc7f5b8788af30b73b9b12279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:57:30 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.11.26 Signed-off-by: Renovate Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c54dd191..bba708d6 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.11.22 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /usr/local/bin/uv COPY files/data /data COPY files/change.sh /change.sh