From 512b07c72dcbbb99bb48201ce5cf82de2aadf063 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 18 Jul 2024 09:12:18 +0200 Subject: [PATCH] push to 1.111.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 8565cfa..343f74c 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.109.0 +ENV VERSION=v1.111.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION