From 8b94d553e4e63b775aef6d6b9b4c24f1695b917e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:55:53 -0700 Subject: [PATCH] chore(deps): update docker images (#87) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0180c58..2c08af46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,12 +3,12 @@ # Single image for all services: server, bridge, console, sim, eval # ============================================================================= -FROM python:3.13-slim +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.9.18 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /usr/local/bin/uv # System dependencies for psycopg (PostgreSQL client library) RUN apt-get update && apt-get install -y --no-install-recommends libpq5 \ diff --git a/compose.yaml b/compose.yaml index 2b74703c..4cdae21e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -257,7 +257,7 @@ services: # docker compose --profile ddgCluster up # ------------------------------------------------------------------- ddg-search: - image: python:3.13-slim + image: python:3.14-slim profiles: - ddgCluster command: