From 2faf4a83c17ed64a768d8f010d0af10b3e16090a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 22 Mar 2022 15:30:11 -0700 Subject: [PATCH] Update Synapse to 1.55.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed6f686..0613738 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.54.0 +ARG VERSION=v1.55.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews