From 1dd8f953fe48414f37e2bf2632eb37b6ac3a27e8 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 8 Feb 2022 17:19:40 +0100 Subject: [PATCH] Synapse 1.52.0 Also Python 3.10, Hardened Malloc 11, too lazy to make separate commits --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index af3bd81..a16b4c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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