From 88683729d20e8e3686d18e8760a2c48b81317af7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:31:49 +0000 Subject: [PATCH] chore(deps): update docker images to v0.11.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21a14380..21daef9a 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.16 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.19 /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