From feb0208b8dad006f963561967344ae6826b583c3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Oct 2021 09:25:59 -0700 Subject: [PATCH] Update synapse to 1.44.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22b3b3d..34b446b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG VERSION=v1.43.0 +ARG VERSION=v1.44.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews