Upgrade Dockerfile to Python 3.6 (#7471)

This commit is contained in:
Paulus Schoutsen 2017-05-06 20:16:40 -07:00 committed by GitHub
parent ea095de98e
commit 305309a59e

View file

@ -1,4 +1,4 @@
FROM python:3.5
FROM python:3.6
MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
# Uncomment any of the following lines to disable the installation.