aboutsummaryrefslogtreecommitdiff
path: root/app/deployment/im.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'app/deployment/im.hcl')
-rw-r--r--app/deployment/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index cb14144..636f78e 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "particallydone/amd64_synapse:v39"
+ image = "superboum/amd64_synapse:v40"
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:v18"
+ image = "superboum/amd64_riotweb:v19"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"