Bumped python version

This commit is contained in:
Fergal Moran
2015-11-18 20:50:20 +00:00
parent f30f94e423
commit fb0c7f0d6e

View File

@@ -1,4 +1,4 @@
FROM python:3.4.3
FROM python:3.5.0
ENV PYTHONBUFFERED 1
RUN mkdir /code
@@ -23,4 +23,4 @@ RUN npm install -g yuglify
RUN pip install -r requirements.txt
RUN adduser --disabled-password --gecos '' djworker
RUN chown djworker /files -R
RUN chown djworker /files -R