Skip to content

Commit

Permalink
Move from python 2.7 to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebag333 committed Oct 25, 2016
1 parent 342f221 commit 06d19d1
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:2.7-slim
FROM python:3.4-slim
ADD . /src
WORKDIR /src
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 06d19d1

Please sign in to comment.