Skip to content

Commit

Permalink
Merge pull request #56 from fterh/release-v1.0.2
Browse files Browse the repository at this point in the history
Update Dockerfile: specify Python 3.7
  • Loading branch information
fterh authored Oct 31, 2019
2 parents 0092aef + 248ec51 commit 5e25bae
Showing 1 changed file with 1 addition and 1 deletion.
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 /
COPY . /
RUN pip install pipenv
Expand Down

0 comments on commit 5e25bae

Please sign in to comment.