From 39046df8f113e037a324ae217c15d4a426d48cbb Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 22 May 2025 09:45:37 +0200 Subject: [PATCH] push to 1.130.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6a94c17..e09197b 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.128.0 +ENV VERSION=v1.130.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION