push to 1.111.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Has been cancelled

This commit is contained in:
Sebastian Hugentobler 2024-07-18 09:12:18 +02:00
parent 843cb13e55
commit 512b07c72d
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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