From 305309a59e399677b888ab5bed8fbe6cf3507012 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 6 May 2017 20:16:40 -0700 Subject: [PATCH] Upgrade Dockerfile to Python 3.6 (#7471) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0ceb982982..54f993b01a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.6 MAINTAINER Paulus Schoutsen # Uncomment any of the following lines to disable the installation.