From 1966107efebb28b3611d2c87ce14d439b21c2056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:01:41 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.27 (cherry picked from commit 5ae6c2316faab52d34d533257d07de6650dad148) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0309772..f0dd1cf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM python:3.14-slim LABEL org.opencontainers.image.title="turnstone" \ org.opencontainers.image.description="Multi-node AI orchestration platform" -COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.27 /uv /usr/local/bin/uv # Remove the slim image's man page exclusion so man-db has actual content RUN rm -f /etc/dpkg/dpkg.cfg.d/docker