diff --git a/Dockerfile b/Dockerfile index b146890..d8c551d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY app/package.json ./ COPY app/scripts ./scripts RUN npm install --omit=dev --no-audit --no-fund -FROM python:3.12-slim AS base +FROM python:3.14-slim AS base ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \