From 6e929b2d1659b98f32d517055121c4c135883a2b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 22 Apr 2024 13:48:59 +0200 Subject: [PATCH] push to 1.105.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 808eb82..2118758 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.104.0 +ENV VERSION=v1.105.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION