Skip to content

Commit

Permalink
Merge pull request #28 from AntonFriberg/upgrade-service-deps
Browse files Browse the repository at this point in the history
Bump backend service dependencies
  • Loading branch information
AntonFriberg authored Nov 5, 2019
2 parents 6b08c27 + ad4495a commit 1df5b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.7-alpine

WORKDIR /usr/src/app
COPY requirements.txt ./
Expand Down
2 changes: 1 addition & 1 deletion backend/service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.0.2
Flask==1.1.1
Flask-PyMongo==2.3.0
uWSGI==2.0.18

0 comments on commit 1df5b4d

Please sign in to comment.