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

This commit is contained in:
Sebastian Hugentobler 2025-03-04 19:40:49 +01:00
parent d5f53386fb
commit 812ea36541

View File

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