diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-10-02 11:58:32 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-10-02 11:58:32 +0200 |
commit | d1a61defc0ea7d981901e7a84517d5398ffe554b (patch) | |
tree | 5b61ff52f375107888438d58b58901d2ed2091e2 | |
parent | be57a5a9227005a4668c4f3e461c83cc66c680a1 (diff) | |
download | infrastructure-d1a61defc0ea7d981901e7a84517d5398ffe554b.tar.gz infrastructure-d1a61defc0ea7d981901e7a84517d5398ffe554b.zip |
[matrix] upgrade riot web
-rw-r--r-- | docker/riotweb/Dockerfile | 2 | ||||
-rw-r--r-- | docker/riotweb/README.md | 4 | ||||
-rw-r--r-- | nomad/chat.hcl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile index 0594981..c64c5a1 100644 --- a/docker/riotweb/Dockerfile +++ b/docker/riotweb/Dockerfile @@ -1,7 +1,7 @@ FROM amd64/debian:stretch as builder WORKDIR /root -ENV VERSION v1.3.0 +ENV VERSION v1.4.1 RUN apt-get update && \ apt-get install -y wget && \ diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md index fc8efec..766e943 100644 --- a/docker/riotweb/README.md +++ b/docker/riotweb/README.md @@ -1,4 +1,4 @@ ``` -sudo docker build -t superboum/amd64_riotweb:v6 . -sudo docker push superboum/amd64_riotweb:v6 +sudo docker build -t superboum/amd64_riotweb:v7 . +sudo docker push superboum/amd64_riotweb:v7 ``` diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 63b1f56..50c657b 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -109,7 +109,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v6" + image = "superboum/amd64_riotweb:v7" port_map { web_port = 8043 } |