Skip to content
Open
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/single-tenant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Pinned to 3.12-slim: widest wheel coverage (chromadb, onnxruntime, etc.).
# pyproject requires-python >=3.11, so 3.12 is in-band. Avoid 3.14 until upstream
# wheel matrix catches up (was the cause of intermittent GHA build failures).
FROM python:3.12-slim AS base
FROM python:3.14-slim AS base

# Install git for optional GIT_REPO_URL sync. Stay minimal otherwise.
RUN apt-get update \
Expand Down
Loading