Upgrade containers

This commit is contained in:
Quentin 2020-06-02 12:31:46 +02:00
parent d13352910d
commit 9b7fd2fc0a
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ job "chat" {
driver = "docker"
config {
image = "superboum/amd64_synapse:v28"
image = "superboum/amd64_synapse:v29"
readonly_rootfs = true
port_map {
client_port = 8008
@ -239,7 +239,7 @@ job "chat" {
task "server" {
driver = "docker"
config {
image = "superboum/amd64_riotweb:v10"
image = "superboum/amd64_riotweb:v11"
port_map {
web_port = 8043
}