From 4442aab768d89a5f0fbe27f108b701c3b9d4fe7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 21:04:42 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.12.7 --- container/velorum/Dockerfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/velorum/Dockerfile.erb b/container/velorum/Dockerfile.erb index 69113175..95f9a93a 100644 --- a/container/velorum/Dockerfile.erb +++ b/container/velorum/Dockerfile.erb @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.12 -ARG UV_VERSION=0.12.3 +ARG UV_VERSION=0.12.7 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv FROM python:${PYTHON_VERSION}-alpine