aboutsummaryrefslogtreecommitdiff
path: root/app/im/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-03-05 17:44:05 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-03-05 17:44:05 +0100
commit27963ca089bcbfc57313550bb4e466531755ae93 (patch)
treec6b59befd7081614f9bb61682158773ddeb78672 /app/im/deploy
parent1c5b1f2e5b1fc2477d36719edb0fc759a81688f0 (diff)
downloadinfrastructure-27963ca089bcbfc57313550bb4e466531755ae93.tar.gz
infrastructure-27963ca089bcbfc57313550bb4e466531755ae93.zip
Upgraded matrix/element to 1.28.0/1.7.22
Diffstat (limited to 'app/im/deploy')
-rw-r--r--app/im/deploy/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 48181b7..96a6506 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -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"