From 3b2bfd86564e4877a022b156e41c24166515f9e9 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:57:11 +0000 Subject: [PATCH] fix(deps): Update ghcr.io/astral-sh/uv Docker tag to v0.11.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eeafc1..5232336 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.11.2 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /uvx /bin/ WORKDIR /app