Compare commits

...

3 Commits

Author SHA1 Message Date
483e9d577c
push to 1.127.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m32s
2025-03-27 07:45:29 +01:00
812ea36541 push to 1.125.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m31s
2025-03-04 19:41:30 +01:00
d5f53386fb push to 1.124.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m50s
2025-02-17 10:23:42 +01:00

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
poetry \ poetry \
git git
ENV VERSION=v1.121.1 ENV VERSION=v1.127.1
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
@ -33,6 +33,7 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-psycopg2 \ py3-psycopg2 \
py3-authlib \ py3-authlib \
py3-asn1 \
libffi \ libffi \
openssl \ openssl \
zlib \ zlib \