Skip to content

Commit

Permalink
Revert docker base image to python 3.5 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
blrsn authored and donnemartin committed Mar 25, 2017
1 parent 31a46f7 commit faf719c
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
Expand Up @@ -10,7 +10,7 @@
# gitsome #
# #
##########################################################
FROM python:3.6
FROM python:3.5

RUN pip install Pillow

Expand Down

0 comments on commit faf719c

Please sign in to comment.