Skip to content

Commit

Permalink
f7t_client: specify Werkzeug==2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aledabin committed Oct 2, 2023
1 parent 71adf78 commit 4eccac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/template_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM python:3.8.12-slim

RUN pip3 install --upgrade pip

RUN pip3 install markupsafe==2.1.2 Flask==2.0.0 itsdangerous==2.0.1 flask-WTF flask-bootstrap flask-oidc flask_sslify requests==2.22.0
RUN pip3 install markupsafe==2.1.2 Flask==2.0.0 itsdangerous==2.0.1 flask-WTF flask-bootstrap flask-oidc flask_sslify requests==2.22.0 Werkzeug==2.2

ADD ./ app

Expand Down

0 comments on commit 4eccac5

Please sign in to comment.