From 45ff78c62450b5d0789f059d9af73d60ac13aafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:53:59 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4503d94..f1fd6fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # artifacts: false # platforms: linux/amd64 -FROM ghcr.io/astral-sh/uv:0.11-python3.14-trixie-slim +FROM ghcr.io/astral-sh/uv:0.12-python3.14-trixie-slim # CI args ARG BRANCH