From 4ab831470b100ae38afde28a80441d035b8029b9 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 5 Apr 2022 09:10:51 -0700 Subject: [PATCH] Update Synapse to 1.56.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b171c64..ea03ee3 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.2 +ARG VERSION=v1.56.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews