From e7862df57c508272ed2a3cedb1fab9ac9d84bb38 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 15 Jan 2019 15:25:40 +0200 Subject: [PATCH] Use Python 3.5 image consistently --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cced68f..7533761 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.5 ENV PYTHONUNBUFFERED 1 ENV IS_DOCKER 1 RUN mkdir /code