From ac070c2886918be3fba3656c0bab46d291e81955 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 30 Jun 2021 00:30:24 +0200 Subject: [PATCH] Synapse 1.37.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e1b3426..055da30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG SYNAPSE_VERSION=1.36.0 +ARG SYNAPSE_VERSION=1.37.0 ARG PYTHON_VERSION=3.8 -ARG ALPINE_VERSION=3.13 +ARG ALPINE_VERSION=3.14 ARG HARDENED_MALLOC_VERSION=8 ARG UID=991 ARG GID=991