snyk-bot
2025-12-04 14:30:31 +00:00
parent e8fb18c882
commit 88770ac9d5
+1 -1
View File
@@ -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