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:
+1
-1
@@ -8,7 +8,7 @@ COPY requirements.txt /app/
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Second stage for the actual runtime
|
# Second stage for the actual runtime
|
||||||
FROM python:3.14.1-slim
|
FROM python:3.14.3-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user