diff --git a/Dockerfile b/Dockerfile index ac529d6..d405689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +RUN chown djworker /files -R