push to 1.103.0

This commit is contained in:
Sebastian Hugentobler 2024-03-28 14:00:14 +01:00
parent dd5c661cde
commit bbae3ba73e
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
poetry \
git
ENV VERSION=v1.98.0
ENV VERSION=v1.103.0
RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse
RUN git checkout $VERSION