aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-08-20 10:01:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-08-20 10:01:44 +0200
commit72b84fbe1808c44b255495f193d603cb6f216705 (patch)
treee35e1c4aada051b5d3e2bf2206609aad4120bb7f /nomad
parentbdff5571f10f2ac23134e654a0958527f9036112 (diff)
downloadinfrastructure-72b84fbe1808c44b255495f193d603cb6f216705.tar.gz
infrastructure-72b84fbe1808c44b255495f193d603cb6f216705.zip
upgrade matrix + wip sogo
Diffstat (limited to 'nomad')
-rw-r--r--nomad/im.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/im.hcl b/nomad/im.hcl
index c0f5295..3f8e5bb 100644
--- a/nomad/im.hcl
+++ b/nomad/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v31"
+ image = "superboum/amd64_synapse:v32"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -239,7 +239,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v13"
+ image = "superboum/amd64_riotweb:v14"
port_map {
web_port = 8043
}