Upgrade matrix stack

This commit is contained in:
Quentin 2020-05-05 15:59:00 +02:00
parent 6060d05c20
commit e4f2e9cc95
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
FROM amd64/debian:buster as builder FROM amd64/debian:buster as builder
ENV VERSION 1.12.3 ENV VERSION 1.12.4
RUN apt-get update && \ RUN apt-get update && \
apt-get -qq -y full-upgrade && \ apt-get -qq -y full-upgrade && \

View file

@ -1,3 +1,3 @@
``` ```
docker build -t superboum/amd64_synapse:v27 . docker build -t superboum/amd64_synapse:v28 .
``` ```

View file

@ -1,7 +1,7 @@
FROM amd64/debian:stretch as builder FROM amd64/debian:stretch as builder
WORKDIR /root WORKDIR /root
ENV VERSION v1.5.10 ENV VERSION v1.6.0
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y wget && \ apt-get install -y wget && \

View file

@ -1,4 +1,4 @@
``` ```
sudo docker build -t superboum/amd64_riotweb:v9 . sudo docker build -t superboum/amd64_riotweb:v10 .
sudo docker push superboum/amd64_riotweb:v9 sudo docker push superboum/amd64_riotweb:v10
``` ```

View file

@ -8,7 +8,7 @@ job "chat" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_synapse:v27" image = "superboum/amd64_synapse:v28"
readonly_rootfs = true readonly_rootfs = true
port_map { port_map {
client_port = 8008 client_port = 8008
@ -146,7 +146,7 @@ job "chat" {
task "easybridge" { task "easybridge" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/easybridge_amd64:26" image = "lxpz/easybridge_amd64:27"
port_map { port_map {
api_port = 8321 api_port = 8321
web_port = 8281 web_port = 8281
@ -238,7 +238,7 @@ job "chat" {
task "server" { task "server" {
driver = "docker" driver = "docker"
config { config {
image = "superboum/amd64_riotweb:v9" image = "superboum/amd64_riotweb:v10"
port_map { port_map {
web_port = 8043 web_port = 8043
} }