diff --git a/Dockerfile b/Dockerfile index 2b76847..e3ee2f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ########################################################### # Production stage. Copy only runtime deps that were installed in the Builder stage. -FROM python:3.12-slim-bookworm AS production +FROM python:3.14-slim-bookworm AS production ENV PYTHONUNBUFFERED=1