Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.coordinator
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN npm run build
# Stage 2 — the coordinator runtime
# ---------------------------------------------------------------------------
# python:3.12-slim (3.12.13-slim-trixie) as of 2026-07-14
FROM python:3.12-slim@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de AS runtime
FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6 AS runtime

ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.doc-extract
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# python:3.12-slim (3.12.13-slim-trixie) as of 2026-07-14 — same digest as the
# coordinator image, so the two share every base layer on disk.
FROM python:3.12-slim@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de
FROM python:3.14-slim@sha256:cea0e6040540fb2b965b6e7fb5ffa00871e632eef63719f0ea54bca189ce14a6

ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down
Loading