Fixed python version in Dockerfile

This commit is contained in:
Fergal Moran
2015-11-19 19:28:42 +00:00
parent fb0c7f0d6e
commit 8d3c934c77

View File

@@ -1,4 +1,4 @@
FROM python:3.5.0
FROM python:latest
ENV PYTHONBUFFERED 1
RUN mkdir /code