update matrix, fix cve
This commit is contained in:
parent
fa5b564771
commit
06b92742ab
1 changed files with 4 additions and 4 deletions
|
@ -5,18 +5,18 @@ services:
|
||||||
context: ./riotweb
|
context: ./riotweb
|
||||||
args:
|
args:
|
||||||
# https://github.com/vector-im/element-web/releases
|
# https://github.com/vector-im/element-web/releases
|
||||||
VERSION: v1.11.90
|
VERSION: v1.11.97
|
||||||
image: superboum/amd64_elementweb:v37
|
image: superboum/amd64_elementweb:v38
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
build:
|
build:
|
||||||
context: ./matrix-synapse
|
context: ./matrix-synapse
|
||||||
args:
|
args:
|
||||||
# https://github.com/element-hq/synapse/releases
|
# https://github.com/element-hq/synapse/releases
|
||||||
VERSION: v1.122.0
|
VERSION: v1.128.0
|
||||||
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
|
||||||
# Update with the latest commit on main each time you update the synapse version
|
# Update with the latest commit on main each time you update the synapse version
|
||||||
# otherwise synapse may fail to launch due to incompatibility issues
|
# otherwise synapse may fail to launch due to incompatibility issues
|
||||||
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
||||||
S3_VERSION: bdc46a71aa16bcbcf8ed1b157ca6756ddb0131ef
|
S3_VERSION: bdc46a71aa16bcbcf8ed1b157ca6756ddb0131ef
|
||||||
image: superboum/amd64_synapse:v61
|
image: superboum/amd64_synapse:v62
|
||||||
|
|
Loading…
Add table
Reference in a new issue