aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-02-28 08:19:26 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-02-28 08:19:26 +0100
commit6fdd3edd043cb12426fd827d96535e8b10adb61c (patch)
tree0fc83eb5f530d5c28feb0d914ed2d2b545a060ba /docker
parent7476a93dcd9ffc6b4df2ed33ac9bc5d311d0bcdb (diff)
downloadinfrastructure-6fdd3edd043cb12426fd827d96535e8b10adb61c.tar.gz
infrastructure-6fdd3edd043cb12426fd827d96535e8b10adb61c.zip
[matrix] Upgrade Riot Web from 1.5.6 to 1.5.10
Diffstat (limited to 'docker')
-rw-r--r--docker/riotweb/Dockerfile2
-rw-r--r--docker/riotweb/README.md4
2 files changed, 3 insertions, 3 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
```