aboutsummaryrefslogtreecommitdiff
path: root/app/deployment
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-10-13 11:59:02 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-10-13 11:59:02 +0200
commit948e4fb94ee3631a1c2768f9612f6e86209560df (patch)
treeeeb8430b99443fc7acf01978a62ee64180a3c003 /app/deployment
parent8fb283d502fda631e2dcd718c2a8b96ba33615cb (diff)
downloadinfrastructure-948e4fb94ee3631a1c2768f9612f6e86209560df.tar.gz
infrastructure-948e4fb94ee3631a1c2768f9612f6e86209560df.zip
Upgrade chat
Diffstat (limited to 'app/deployment')
-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 890ad21..f76fb73 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v35"
+ image = "superboum/amd64_synapse:v36"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -239,7 +239,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v16"
+ image = "superboum/amd64_riotweb:v17"
port_map {
web_port = 8043
}