mirror of
https://git.anonymousland.org/anonymousland/synapse-worker-docker.git
synced 2025-09-18 23:24:36 -04:00
Compare commits
2 commits
f44d1c10f7
...
d20d4e8b58
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d20d4e8b58 | ||
![]() |
239d1fe259 |
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue