diff --git a/Dockerfile b/Dockerfile index 8c4cd0f54402..3d899f2404bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.5 MAINTAINER Paulus Schoutsen # Uncomment any of the following lines to disable the installation. diff --git a/virtualization/Docker/Dockerfile.dev b/virtualization/Docker/Dockerfile.dev index 2f40ea5f409a..58d99285bc91 100644 --- a/virtualization/Docker/Dockerfile.dev +++ b/virtualization/Docker/Dockerfile.dev @@ -2,7 +2,7 @@ # Based on the production Dockerfile, but with development additions. # Keep this file as close as possible to the production Dockerfile, so the environments match. -FROM python:3.6 +FROM python:3.5 MAINTAINER Paulus Schoutsen # Uncomment any of the following lines to disable the installation.