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
@@ -1,4 +1,4 @@
FROM python:3.11.8-slim
FROM python:3.14.7-slim

# Unbuffered stdout, or none of the app's print() diagnostics ever reach the
# platform logs: Python block-buffers stdout when it is not a tty, so the
Expand Down Expand Up @@ -67,4 +67,4 @@
# excalidraw fixed this fork-side in its gate-wave pass and rightly refused
# to regress it on template sync (floor round, 2026-08-23) — this makes the
# template agree with the fork instead of the other way around.
CMD gunicorn run:server -b 0.0.0.0:${PORT:-8550}

Check warning on line 70 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker image · boot · battery

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
Loading