From f652b3ff7ae5ad55ebb56e0380d6bfa9fa0247d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:08:02 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 443cd227..ee59c522 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.8 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.14 /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