From 53427d04e45341469b06a793d6d18af306eab3c6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 4 Mar 2025 19:40:49 +0100 Subject: [PATCH] push to 1.125.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e0202a7..56f51a2 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.121.1 +ENV VERSION=v1.125.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION