Upgraded matrix/element to 1.28.0/1.7.22

This commit is contained in:
Quentin 2021-03-05 17:44:05 +01:00
parent 1c5b1f2e5b
commit 27963ca089
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
image = "particallydone/amd64_synapse:v41"
image = "superboum/amd64_synapse:v42"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@ -220,7 +220,7 @@ job "im" {
task "server" {
driver = "docker"
config {
image = "particallydone/amd64_riotweb:v20"
image = "superboum/amd64_riotweb:v21"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"