From 8b9c4141a239183d242eccb17b0b9e7d897d3776 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 17 Aug 2022 06:08:02 +0200 Subject: [PATCH] Update Synapse to 1.65.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68e089e..366f93a 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.64.0 +ARG VERSION=v1.65.0 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews