From b7ffb89f172cd58587bedb98fe051b6e7ccc918d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 6 Jun 2025 08:57:05 +0200 Subject: [PATCH] push to 1.131.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e09197b..0667d99 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.130.0 +ENV VERSION=v1.131.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION