Merge pull request #68 from christianlouis/snyk-fix-cc126a1219330ac71525e611087d8f7a

[Snyk] Security upgrade python from 3.13.2-slim to 3.14.1-slim
This commit is contained in:
Christian Krakau-Louis
2025-12-09 17:58:48 +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
# Second stage for the actual runtime
FROM python:3.13.2-slim
FROM python:3.14.1-slim
WORKDIR /app