From 4bc8381269928acadd053da71330ad67e2732fab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 00:55:27 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aeabca8e7..b3437348a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.14.1-slim-trixie AS base FROM base AS builder # Copy in UV -COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.30 /uv /bin/uv # We use the system interpreter managed by uv ENV UV_PYTHON_DOWNLOADS=0