Merge pull request #28 from christianlouis/snyk-fix-7afd8264107b3f9fbf151124e8378262

[Snyk] Security upgrade python from 3.11-slim to 3.13.2-slim
This commit is contained in:
Christian Krakau-Louis
2025-03-29 00:03:17 +01:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
# Stage 2: Final image
FROM python:3.11-slim
FROM python:3.13.2-slim
WORKDIR /app