Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmueller committed Aug 28, 2023
1 parent 2cff798 commit 4f6d1cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine
FROM python:3.11-alpine

WORKDIR /usr/src/app

Expand All @@ -13,4 +13,4 @@ EXPOSE 5000

LABEL org.opencontainers.image.source https://github.com/SENERGY-Platform/analytics-flow-repo

CMD [ "python", "./main.py" ]
CMD [ "python", "./main.py" ]
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
markupsafe==2.0.1
PyJWT
waitress
pymongo
flask
marshmallow_sqlalchemy
flask-restx
flask_cors
werkzeug<=0.16.1
flask==2.3.0
flask_restx==1.1.0
requests

0 comments on commit 4f6d1cd

Please sign in to comment.