From 1a30c1864de082718a37abc621258edbf3c69c7b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 8 Jun 2023 09:20:25 +0530 Subject: [PATCH] Update Synapse to 1.85.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c930699..5d0452f 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.85.0 +ARG VERSION=v1.85.1 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72