forked from Deuxfleurs/infrastructure
pushed synapse to 1.23.0 and riotweb to 1.7.14
This commit is contained in:
parent
d241948034
commit
fd38cbf744
1 changed files with 4 additions and 4 deletions
|
@ -14,16 +14,16 @@ services:
|
|||
context: ./riotweb
|
||||
args:
|
||||
# https://github.com/vector-im/riot-web/releases
|
||||
VERSION: 1.7.9
|
||||
image: superboum/amd64_riotweb:v17
|
||||
VERSION: 1.7.14
|
||||
image: superboum/amd64_riotweb:v18
|
||||
|
||||
synapse:
|
||||
build:
|
||||
context: ./matrix-synapse
|
||||
args:
|
||||
# https://github.com/matrix-org/synapse/releases
|
||||
VERSION: 1.22.1
|
||||
image: superboum/amd64_synapse:v37
|
||||
VERSION: 1.23.0
|
||||
image: superboum/amd64_synapse:v38
|
||||
|
||||
# Email
|
||||
sogo:
|
||||
|
|
Loading…
Reference in a new issue