forked from Deuxfleurs/infrastructure
[matrix] Upgrade Riot Web from 1.5.6 to 1.5.10
This commit is contained in:
parent
7476a93dcd
commit
6fdd3edd04
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM amd64/debian:stretch as builder
|
FROM amd64/debian:stretch as builder
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
ENV VERSION v1.5.6
|
ENV VERSION v1.5.10
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y wget && \
|
apt-get install -y wget && \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
```
|
```
|
||||||
sudo docker build -t superboum/amd64_riotweb:v8 .
|
sudo docker build -t superboum/amd64_riotweb:v9 .
|
||||||
sudo docker push superboum/amd64_riotweb:v8
|
sudo docker push superboum/amd64_riotweb:v9
|
||||||
```
|
```
|
||||||
|
|
|
@ -184,7 +184,7 @@ job "chat" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_riotweb:v8"
|
image = "superboum/amd64_riotweb:v9"
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 8043
|
web_port = 8043
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue