push to 1.105.0
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 11m47s

This commit is contained in:
Sebastian Hugentobler 2024-04-22 13:48:59 +02:00
parent 6c75747f79
commit 6e929b2d16
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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