Skip to content

Commit

Permalink
match python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 15, 2019
1 parent 8b948e3 commit 09416cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.7

WORKDIR /usr/src/mds

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sphinx = "*"
sphinx-rtd-theme = "*"

[requires]
python_version = "3.6"
python_version = "3.7"

0 comments on commit 09416cd

Please sign in to comment.