diff --git a/Dockerfile b/Dockerfile index 468e8659..18a1bbab 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.12.1 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.12.3 /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