From 29e23bd85ea32ece25c7d0c02b1a9a6d42ce12e8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 9 Jun 2023 22:07:53 +0530 Subject: [PATCH] Update Synapse to 1.85.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d0452f..b99745a 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.1 +ARG VERSION=v1.85.2 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72