From 8eb52c235959ceb7437ae18d8db13df82489bd76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:55:09 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.12.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d35f8bf..3879c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12-slim # uv for reproducible, fast dependency install from the committed lockfile. -COPY --from=ghcr.io/astral-sh/uv:0.11.32 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.12.9 /uv /uvx /bin/ WORKDIR /app ENV UV_COMPILE_BYTECODE=1 \