From d030d9cfda8e55c3d5e11e668dad97ec65f0d0f6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 2 Oct 2024 08:18:13 +0200 Subject: [PATCH] push to 1.116.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 71ae565..c103b2c 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.112.0 +ENV VERSION=v1.116.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION