Skip to content

Commit c043efd

Browse files
authored
Merge pull request #151 from ONSdigital/feature/updates_to_fix_vulnerabilities
Feature/updates to fix vulnerabilities
2 parents 8b72378 + 29e2eef commit c043efd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV FLASK_APP=aims_ui
55
ENV FLASK_ENV=development
66
ENV FLASK_RUN_HOST=0.0.0.0
77
RUN apk add --no-cache gcc musl-dev linux-headers
8+
RUN pip install --upgrade pip
89
COPY requirements.txt requirements.txt
910
RUN pip install -r requirements.txt
1011
EXPOSE 5000

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
setuptools==70.0.0
12
Flask==3.0.1
23
flask-login==0.6.3
34
flask-session==0.3.2
@@ -8,5 +9,5 @@ Werkzeug~=3.0.1
89
gunicorn==22.0.0
910
itsdangerous==2.1.2
1011
pyjwt==2.4.0
11-
cryptography==43.0.1
12+
cryptography==44.0.1
1213
watchdog

0 commit comments

Comments
 (0)