From 9d1d46c30fe36a96cf27ec59f7a4bf642a7e836a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 7 Jun 2023 15:38:39 +0530 Subject: [PATCH] Update Synapse to 1.85.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc5f921..c930699 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.84.1 +ARG VERSION=v1.85.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72