From 6fdd3edd043cb12426fd827d96535e8b10adb61c Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 28 Feb 2020 08:19:26 +0100 Subject: [PATCH] [matrix] Upgrade Riot Web from 1.5.6 to 1.5.10 --- docker/riotweb/Dockerfile | 2 +- docker/riotweb/README.md | 4 ++-- nomad/chat.hcl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile index cfac9e8..c8ff13b 100644 --- a/docker/riotweb/Dockerfile +++ b/docker/riotweb/Dockerfile @@ -1,7 +1,7 @@ FROM amd64/debian:stretch as builder WORKDIR /root -ENV VERSION v1.5.6 +ENV VERSION v1.5.10 RUN apt-get update && \ apt-get install -y wget && \ diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md index 36ec39b..099cbfe 100644 --- a/docker/riotweb/README.md +++ b/docker/riotweb/README.md @@ -1,4 +1,4 @@ ``` -sudo docker build -t superboum/amd64_riotweb:v8 . -sudo docker push superboum/amd64_riotweb:v8 +sudo docker build -t superboum/amd64_riotweb:v9 . +sudo docker push superboum/amd64_riotweb:v9 ``` diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 2e3effe..70bacbf 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -184,7 +184,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v8" + image = "superboum/amd64_riotweb:v9" port_map { web_port = 8043 }