From bbae3ba73ead9a15ac1028915d1015113c491c1e Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 28 Mar 2024 14:00:14 +0100 Subject: [PATCH] push to 1.103.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0428539..04a6770 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.98.0 +ENV VERSION=v1.103.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION