Update docker image to use Python 3.7. (#5546)

Python 3.7 is apparently faster than 3.6, and should be mature enough.
This commit is contained in:
Richard van der Hoff 2019-06-25 05:20:53 +01:00 committed by Amber Brown
parent 28604ab03d
commit f817fc9ad5
3 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@
# docker build -f docker/Dockerfile --build-arg PYTHON_VERSION=3.6 .
#
ARG PYTHON_VERSION=2
ARG PYTHON_VERSION=3.7
###
### Stage 0: builder