diff --git a/Dockerfile b/Dockerfile index 0b0ec28..38f3dd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Self-contained Python HTTP server with HTML/JS frontend. # Uses only Python stdlib — no pip dependencies required. # ============================================================================= -FROM python:3.11-alpine +FROM python:3.14-alpine WORKDIR /app