Compare commits

...

2 Commits

Author SHA1 Message Date
deathrow
d20d4e8b58
Update repository 2023-01-31 15:27:04 -05:00
deathrow
239d1fe259
Synapse 1.76 2023-01-31 15:16:13 -05:00

View File

@ -1,4 +1,4 @@
ARG SYNAPSE_VERSION=1.75
ARG SYNAPSE_VERSION=1.76
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/deathrow/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}"
-e "git+https://git.anonymousland.org/anonymousland/synapse-product#egg=matrix-synapse[all]==${SYNAPSE_VERSION}"
### Build Production