push to 1.120.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m43s

This commit is contained in:
Sebastian Hugentobler 2024-11-27 12:17:31 +01:00
parent 7df2bdd0b3
commit 963a7039ea
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 2 deletions

View file

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