forked from Deuxfleurs/infrastructure
[matrix] upgrade to 1.2.1
This commit is contained in:
parent
3ae6f7bee0
commit
792dfc9907
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM amd64/debian:stretch as builder
|
||||
|
||||
ENV VERSION 1.0.0
|
||||
ENV VERSION 1.2.1
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -qq -y full-upgrade && \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```
|
||||
docker build -t superboum/amd64_synapse:v20 .
|
||||
docker build -t superboum/amd64_synapse:v21 .
|
||||
```
|
||||
|
|
|
@ -8,7 +8,7 @@ job "chat" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "superboum/amd64_synapse:v20"
|
||||
image = "superboum/amd64_synapse:v21"
|
||||
readonly_rootfs = true
|
||||
port_map {
|
||||
client_port = 8008
|
||||
|
@ -109,7 +109,7 @@ job "chat" {
|
|||
task "server" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/amd64_riotweb:v4"
|
||||
image = "superboum/amd64_riotweb:v5"
|
||||
port_map {
|
||||
web_port = 8043
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue