aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/build/docker-compose.yml8
-rw-r--r--app/deployment/im.hcl4
2 files changed, 6 insertions, 6 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index fadabb8..0b142c1 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -14,16 +14,16 @@ services:
context: ./riotweb
args:
# https://github.com/vector-im/riot-web/releases
- VERSION: 1.7.9
- image: superboum/amd64_riotweb:v17
+ VERSION: 1.7.14
+ image: particallydone/amd64_riotweb:v18
synapse:
build:
context: ./matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
- VERSION: 1.22.1
- image: superboum/amd64_synapse:v37
+ VERSION: 1.23.0
+ image: particallydone/amd64_synapse:v38
# Email
sogo:
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index 79b44c6..0823eac 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v37"
+ image = "particallydone/amd64_synapse:v38"
network_mode = "host"
readonly_rootfs = true
command = "python"
@@ -233,7 +233,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v17"
+ image = "particallydone/amd64_riotweb:v18"
port_map {
web_port = 8043
}