aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-07-06 13:58:25 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-07-06 13:58:25 +0200
commite623bbcc6f74b97cd78e452648abfaca2fe74fce (patch)
tree7c6350834ebb7c75386ad618d3b4dac7550af2a1 /nomad
parent60e3958baf23188bee3a66689ec6e83c2c27d769 (diff)
downloadinfrastructure-e623bbcc6f74b97cd78e452648abfaca2fe74fce.tar.gz
infrastructure-e623bbcc6f74b97cd78e452648abfaca2fe74fce.zip
Update Matrix
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 f738edb..8c56b6f 100644
--- a/nomad/im.hcl
+++ b/nomad/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v29"
+ image = "superboum/amd64_synapse:v30"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -239,7 +239,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v11"
+ image = "superboum/amd64_riotweb:v12"
port_map {
web_port = 8043
}