From 2ed3fd8eb1a2e48dd8707d9e92fea1fc902389c7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 13 Dec 2023 10:06:45 +0100 Subject: [PATCH] Update Synapse to 1.98.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95aa4af..ab337f1 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.97.0 +ARG VERSION=1.98.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37