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