forked from Deuxfleurs/infrastructure
[matrix] upgrade from 1.2.1 to 1.4.0rc1
This commit is contained in:
parent
b8cd6e8df8
commit
be57a5a922
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM amd64/debian:stretch as builder
|
FROM amd64/debian:stretch as builder
|
||||||
|
|
||||||
ENV VERSION 1.2.1
|
ENV VERSION 1.4.0rc1
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -qq -y full-upgrade && \
|
apt-get -qq -y full-upgrade && \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
```
|
```
|
||||||
docker build -t superboum/amd64_synapse:v21 .
|
docker build -t superboum/amd64_synapse:v22 .
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,7 +8,7 @@ job "chat" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_synapse:v21"
|
image = "superboum/amd64_synapse:v22"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
port_map {
|
port_map {
|
||||||
client_port = 8008
|
client_port = 8008
|
||||||
|
|
Loading…
Reference in a new issue