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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# wrappers are COMMITTED to git (dash_mui_charts/*.min.js + *.py), so
# `pip install .` works without npm. TRADE-OFF: changes under src/lib require
# a local `npm run build` and committing the regenerated artifacts.
FROM python:3.11-slim
FROM python:3.14-slim

# Block-buffered stdout never reaches platform logs through gunicorn —
# boot diagnostics (traffic reporter state, bulletin state, dependency
Expand Down
Loading