From 9735318be9f88c4db7ded7bcd9d410d22886531f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 5 Jul 2023 13:30:52 +0530 Subject: [PATCH] Update Synapse to 1.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e6ea52..91f32b8 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=1.86.0 +ARG VERSION=1.87.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=fa27fa1a92bcbeb42b10399641348bee0ddf2c72