Compare commits

..

No commits in common. "d20d4e8b5880f0f01454e5fd60ae27885e7b77b8" and "f44d1c10f74391e077ce001d1391afac6b5dbe03" have entirely different histories.

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.76
ARG SYNAPSE_VERSION=1.75
ARG HARDENED_MALLOC_VERSION=11
ARG UID=991
ARG GID=991
@ -44,7 +44,7 @@ RUN apk -U upgrade \
&& rustup-init -y && source $HOME/.cargo/env \
&& pip install --upgrade pip \
&& pip install --prefix="/install" --no-warn-script-location \
-e "git+https://git.anonymousland.org/anonymousland/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}"
-e "git+https://git.anonymousland.org/deathrow/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}"
### Build Production