snyk-bot
2026-02-12 12:58:24 +00:00
parent 28266290cf
commit d0b2331f62
+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.14.1-slim
FROM python:3.14.3-slim
WORKDIR /app