From 57353e62ed67328eede5a2cb88fbc29f5b5c606c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:31:47 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.11.23 --- container/velorum/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/velorum/Dockerfile b/container/velorum/Dockerfile index a99b769..0681d28 100644 --- a/container/velorum/Dockerfile +++ b/container/velorum/Dockerfile @@ -1,5 +1,5 @@ ARG PYTHON_VERSION=3.12 -ARG UV_VERSION=0.11.16 +ARG UV_VERSION=0.11.23 FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv FROM python:${PYTHON_VERSION}-slim