diff --git a/Dockerfile b/Dockerfile index 07f1cc8a..12ead9a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY requirements.txt /app/ RUN pip install --no-cache-dir -r requirements.txt # Second stage for the actual runtime -FROM python:3.13.2-slim +FROM python:3.14.1-slim WORKDIR /app