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:
+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.13.2-slim
|
FROM python:3.14.1-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user