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