push to 1.112.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 18m3s

This commit is contained in:
Sebastian Hugentobler 2024-08-04 13:13:22 +02:00
parent 512b07c72d
commit 471ec62d02
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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