[matrix] New Riot Web version

This commit is contained in:
Quentin 2019-07-30 17:18:05 +02:00
parent 792dfc9907
commit 9503cad153
3 changed files with 4 additions and 4 deletions

View File

@ -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 && \

View File

@ -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
```

View File

@ -109,7 +109,7 @@ job "chat" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_riotweb:v5"
image = "superboum/amd64_riotweb:v6"
port_map {
web_port = 8043
}