Compare commits

..

No commits in common. "202be63c7a76580c2cdc0237962694a662a207e1" and "471ec62d02ce275a5973ef2c6793fd80eb9e5a64" have entirely different histories.

View File

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