diff --git a/Dockerfile b/Dockerfile index 216534e..7e43331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # [FORCA] Command Grid — application image (shared by web/worker/beat) -FROM python:3.12-slim AS base +FROM python:3.14-slim AS base ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \