chore(deps): update docker images (#87)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-15 15:55:53 -07:00
committed by GitHub
parent cf16724137
commit 8b94d553e4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 \
+1 -1
View File
@@ -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: