Compare commits

...

2 Commits

Author SHA1 Message Date
202be63c7a
push to 1.118.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h14m5s
2024-11-01 08:12:46 +01:00
d030d9cfda
push to 1.116.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3h13m42s
2024-10-02 08:18:13 +02:00

View File

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