push to 1.116.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h13m42s

This commit is contained in:
Sebastian Hugentobler 2024-10-02 08:18:13 +02:00
parent 471ec62d02
commit d030d9cfda
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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