aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-05 15:59:00 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-05 15:59:00 +0200
commite4f2e9cc95c176bf0ab8042e79567cfd38737c97 (patch)
tree8f25e6fa694b862993c3b44887d30f986d3ed404
parent6060d05c200a74096fcbe2bc563ef5bf425f508d (diff)
downloadinfrastructure-e4f2e9cc95c176bf0ab8042e79567cfd38737c97.tar.gz
infrastructure-e4f2e9cc95c176bf0ab8042e79567cfd38737c97.zip
Upgrade matrix stack
-rw-r--r--docker/matrix-synapse/Dockerfile2
-rw-r--r--docker/matrix-synapse/README.md2
-rw-r--r--docker/riotweb/Dockerfile2
-rw-r--r--docker/riotweb/README.md4
-rw-r--r--nomad/chat.hcl6
5 files changed, 8 insertions, 8 deletions
diff --git a/docker/matrix-synapse/Dockerfile b/docker/matrix-synapse/Dockerfile
index 6aa3ac2..7b9146a 100644
--- a/docker/matrix-synapse/Dockerfile
+++ b/docker/matrix-synapse/Dockerfile
@@ -1,6 +1,6 @@
FROM amd64/debian:buster as builder
-ENV VERSION 1.12.3
+ENV VERSION 1.12.4
RUN apt-get update && \
apt-get -qq -y full-upgrade && \
diff --git a/docker/matrix-synapse/README.md b/docker/matrix-synapse/README.md
index 23e2209..1782101 100644
--- a/docker/matrix-synapse/README.md
+++ b/docker/matrix-synapse/README.md
@@ -1,3 +1,3 @@
```
-docker build -t superboum/amd64_synapse:v27 .
+docker build -t superboum/amd64_synapse:v28 .
```
diff --git a/docker/riotweb/Dockerfile b/docker/riotweb/Dockerfile
index c8ff13b..fc0bae9 100644
--- a/docker/riotweb/Dockerfile
+++ b/docker/riotweb/Dockerfile
@@ -1,7 +1,7 @@
FROM amd64/debian:stretch as builder
WORKDIR /root
-ENV VERSION v1.5.10
+ENV VERSION v1.6.0
RUN apt-get update && \
apt-get install -y wget && \
diff --git a/docker/riotweb/README.md b/docker/riotweb/README.md
index 099cbfe..150fd51 100644
--- a/docker/riotweb/README.md
+++ b/docker/riotweb/README.md
@@ -1,4 +1,4 @@
```
-sudo docker build -t superboum/amd64_riotweb:v9 .
-sudo docker push superboum/amd64_riotweb:v9
+sudo docker build -t superboum/amd64_riotweb:v10 .
+sudo docker push superboum/amd64_riotweb:v10
```
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 6daf2ec..816da64 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -8,7 +8,7 @@ job "chat" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v27"
+ image = "superboum/amd64_synapse:v28"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -146,7 +146,7 @@ job "chat" {
task "easybridge" {
driver = "docker"
config {
- image = "lxpz/easybridge_amd64:26"
+ image = "lxpz/easybridge_amd64:27"
port_map {
api_port = 8321
web_port = 8281
@@ -238,7 +238,7 @@ job "chat" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v9"
+ image = "superboum/amd64_riotweb:v10"
port_map {
web_port = 8043
}