diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 22:17:24 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-09-28 22:17:24 +0200 |
commit | 6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be (patch) | |
tree | 996d97d29c41ff2c656add9fc669abb483918289 /app/im/deploy/im.hcl | |
parent | e8474d52a2fac832b1588d2e2473f291fed8b897 (diff) | |
download | infrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.tar.gz infrastructure-6d4be5fb833f19d4ecf5e7d6d7fd6ceb5e63c3be.zip |
Migrate to riot web 1.9.0
Diffstat (limited to 'app/im/deploy/im.hcl')
-rw-r--r-- | app/im/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 851e5e4..4bf696a 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -177,7 +177,7 @@ EOH task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v24" + image = "superboum/amd64_riotweb:v25" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |