push to 1.132.0
All checks were successful
Vanwa Containers/matrix-synapse/pipeline/tag This commit looks good

This commit is contained in:
Sebastian Hugentobler 2025-06-20 08:10:18 +02:00
parent 0e421f2660
commit 6564926c09
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache \
poetry \ poetry \
git git
ENV VERSION=v1.131.0 ENV VERSION=v1.132.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