Merge pull request #267 from christianlouis/snyk-fix-b3dd9b53a04d0200991da2c6b16e989d

[Snyk] Security upgrade python from 3.14.1-slim to 3.14.3-slim
This commit is contained in:
Christian Krakau-Louis
2026-02-12 14:33:58 +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.14.1-slim
FROM python:3.14.3-slim
WORKDIR /app