From dbb03144dd1094bb072f5e3836ddf70d31f4c8f7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 24 Mar 2022 17:08:12 -0700 Subject: [PATCH] Update Synapse to 1.55.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8bfd9b..b171c64 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.55.1 +ARG VERSION=v1.55.2 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews