mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 08:41:24 -05:00
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:
parent
28604ab03d
commit
f817fc9ad5
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue