From 1bf9418ff6bcd4f536b3759b13c6e0583fc3bb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:55:29 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.12.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d35f8bf..6fa000b 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.1 /uv /uvx /bin/ WORKDIR /app ENV UV_COMPILE_BYTECODE=1 \