From 70b8aa95a0029d217790327380257042cb335a19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 03:04:29 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.12.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65d598d..dadea1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ FROM python:3.11-slim AS builder # Pull the uv binary from the official Astral image — avoids curl/pip bootstrap. # Pinning to a release tag (not :latest) for reproducibility; bump deliberately. -COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /usr/local/bin/ +COPY --from=ghcr.io/astral-sh/uv:0.12.17 /uv /uvx /usr/local/bin/ ENV UV_LINK_MODE=copy \ UV_COMPILE_BYTECODE=1 \