From 7960465beb55db8aa1377fead14605627eaed2a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:51:28 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.12.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d35f8bf..99e0530 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.5 /uv /uvx /bin/ WORKDIR /app ENV UV_COMPILE_BYTECODE=1 \