From 0e7026c0ce41b17cc7777f2a20d3724d78da0385 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:04:48 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.9.28 Signed-off-by: Renovate Bot --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c64d4de9..ffe93fc4 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.9.27 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.28 /uv /usr/local/bin/uv COPY files/data /data COPY files/change.sh /change.sh