Update to Python 3.7 (#20988)

This commit is contained in:
Paulus Schoutsen
2019-02-12 01:33:03 -08:00
committed by Pascal Vizeli
parent 9cbb26bee2
commit 5dfaec5967
2 changed files with 2 additions and 2 deletions

View File

@@ -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.7
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
# Uncomment any of the following lines to disable the installation.