Skip to content

Commit

Permalink
Update base image and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 12, 2023
1 parent 6b6a75a commit 8bef4d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sourcepole/qwc-uwsgi-base:alpine-v2022.01.26
FROM sourcepole/qwc-uwsgi-base:alpine-v2023.05.12

ADD . /srv/qwc_service

Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Flask==2.0.2
Flask-JWT-Extended==4.3.1
flask_login==0.5.0
flask-restx==0.5.1
python-dotenv==0.19.2
requests==2.26.0
psycopg2-binary==2.9.2
SQLAlchemy==1.4.28
Werkzeug==2.0.2
qwc-services-core==1.3.18
Flask==2.3.2
Flask-JWT-Extended==4.4.4
flask_login==0.6.2
flask-restx==1.1.0
python-dotenv==1.0.0
requests==2.30.0
psycopg2-binary==2.9.6
SQLAlchemy==1.4.48
Werkzeug==2.3.4
qwc-services-core==1.3.19

0 comments on commit 8bef4d2

Please sign in to comment.