aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/matrix-synapse/Dockerfile2
-rw-r--r--docker/matrix-synapse/README.md2
-rw-r--r--nomad/chat.hcl4
3 files changed, 4 insertions, 4 deletions
diff --git a/docker/matrix-synapse/Dockerfile b/docker/matrix-synapse/Dockerfile
index 459adc4..d5c3fea 100644
--- a/docker/matrix-synapse/Dockerfile
+++ b/docker/matrix-synapse/Dockerfile
@@ -1,6 +1,6 @@
FROM amd64/debian:stretch as builder
-ENV VERSION 1.0.0
+ENV VERSION 1.2.1
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 d0be64e..05e5e1e 100644
--- a/docker/matrix-synapse/README.md
+++ b/docker/matrix-synapse/README.md
@@ -1,3 +1,3 @@
```
-docker build -t superboum/amd64_synapse:v20 .
+docker build -t superboum/amd64_synapse:v21 .
```
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 2940840..0f6a653 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -8,7 +8,7 @@ job "chat" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v20"
+ image = "superboum/amd64_synapse:v21"
readonly_rootfs = true
port_map {
client_port = 8008
@@ -109,7 +109,7 @@ job "chat" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v4"
+ image = "superboum/amd64_riotweb:v5"
port_map {
web_port = 8043
}