Skip to content

Commit 39e6272

Browse files
authored
Merge pull request #82 from jocxfin/fix/multiple-cves-2023-2024
Fix/multiple cves 2023 2024
2 parents 22a41ae + bfbb3e1 commit 39e6272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine
1+
FROM python:3.12.3-alpine3.20
22
WORKDIR /app
33
COPY requirements.txt requirements.txt
44
RUN apk add --no-cache gcc musl-dev libffi-dev && \

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref>=3.8.1
22
httpx>=0.27.0
33
flask-caching>=2.1.0
44
Flask[async]>=3.0.1
5-
requests>=2.31.0
5+
requests>=2.32.0
66
gunicorn>=22.0.0
77
setuptools>=65.5.1
88
werkzeug>=3.0.3

0 commit comments

Comments
 (0)