From 9503cad153daac7af7a859290a10475e58b4c70f Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 30 Jul 2019 17:18:05 +0200 Subject: [matrix] New Riot Web version --- docker/riotweb/Dockerfile | 2 +- docker/riotweb/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docker/riotweb') diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile index f3528a1..0594981 100644 --- a/docker/riotweb/Dockerfile +++ b/docker/riotweb/Dockerfile @@ -1,7 +1,7 @@ FROM amd64/debian:stretch as builder WORKDIR /root -ENV VERSION v1.1.2 +ENV VERSION v1.3.0 RUN apt-get update && \ apt-get install -y wget && \ diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md index 4949dd2..fc8efec 100644 --- a/docker/riotweb/README.md +++ b/docker/riotweb/README.md @@ -1,4 +1,4 @@ ``` -sudo docker build -t superboum/amd64_riotweb:v4 . -sudo docker push superboum/amd64_riotweb:v4 +sudo docker build -t superboum/amd64_riotweb:v6 . +sudo docker push superboum/amd64_riotweb:v6 ``` -- cgit v1.2.3