diff --git a/Dockerfile b/Dockerfile index 4005b776..fcbcc732 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.14.1-slim +FROM python:3.14.3-slim WORKDIR /app