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

This commit is contained in:
Sebastian Hugentobler 2025-02-17 10:23:42 +01:00
parent b75bd77fac
commit d5f53386fb

View File

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