diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-05-18 15:26:41 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-05-18 15:26:41 +0200 |
commit | 4f506422e32494392be291d79ab665d93335b72b (patch) | |
tree | 677b6f912f47876c34186c840351b3899aabd19e /app/im | |
parent | 3bb2cf9e931728f137bf756f8adfa556a476691c (diff) | |
download | infrastructure-4f506422e32494392be291d79ab665d93335b72b.tar.gz infrastructure-4f506422e32494392be291d79ab665d93335b72b.zip |
Upgrade matrix
Diffstat (limited to 'app/im')
-rw-r--r-- | app/im/deploy/im.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 382cc56..b631434 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -15,7 +15,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v43" + image = "superboum/amd64_synapse:v44" network_mode = "host" readonly_rootfs = true ports = [ "client_port", "federation_port" ] @@ -220,7 +220,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v22" + image = "superboum/amd64_riotweb:v23" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |