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

This commit is contained in:
Sebastian Hugentobler 2025-04-23 14:23:13 +02:00
parent 483e9d577c
commit 4077eccad7
Signed by: shu
SSH Key Fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View File

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