From 8bec1f235c77442b25a30054c52f23882a70a1bb Mon Sep 17 00:00:00 2001 From: "renovate-kpatdev[bot]" <231290190+renovate-kpatdev[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:00:41 +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 1901926..c651d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.8.16-python3.13-bookworm-slim +FROM ghcr.io/astral-sh/uv:0.9.30-python3.13-bookworm-slim RUN apt-get update && \ apt-get install tini --yes --no-install-recommends && \