summary refs log tree commit diff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-06-25 05:20:53 +0100
committerAmber Brown <hawkowl@atleastfornow.net>2019-06-25 14:20:53 +1000
commitf817fc9ad51eb8b409894136d7eab2b7448a7f09 (patch)
treeae757fb865db44a7207cf2798904598f88a82bab /docker/Dockerfile
parentAdd info about black to code_style.rst (#5537) (diff)
downloadsynapse-f817fc9ad51eb8b409894136d7eab2b7448a7f09.tar.xz
Update docker image to use Python 3.7. (#5546)
Python 3.7 is apparently faster than 3.6, and should be mature enough.
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile

index 24921eb098..0939cadf39 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile
@@ -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