From 8b56a68dd0fafd1d3ebe25e8996181d95479bf4e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 14 May 2024 17:42:31 +0200 Subject: [PATCH] Update to 1.107.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93fb888..b3497bb 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.106.0 +ARG VERSION=1.107.0 # https://github.com/matrix-org/synapse-s3-storage-provider ARG STORAGE_PROVIDER_VERSION=1beb6af95e1f5caedb8e6e7e1cc176cdb2106d37