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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user