1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-19 04:44:41 -04:00

Synapse 1.52.0

Also Python 3.10, Hardened Malloc 11, too lazy to make separate commits
This commit is contained in:
Wonderfall 2022-02-08 17:19:40 +01:00 committed by GitHub
parent e6122f2463
commit 1dd8f953fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
ARG SYNAPSE_VERSION=1.51.0
ARG PYTHON_VERSION=3.9
ARG SYNAPSE_VERSION=1.52.0
ARG PYTHON_VERSION=3.10
ARG ALPINE_VERSION=3.15
ARG HARDENED_MALLOC_VERSION=10
ARG HARDENED_MALLOC_VERSION=11
ARG UID=991
ARG GID=991