aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-09-13 18:52:12 +0200
committerQuentin <quentin@deuxfleurs.fr>2021-09-17 18:24:00 +0200
commit2a0610658d9875b24faf74c8ad7a12d17ab5d745 (patch)
tree3b28e7af00888cb1b592766b8ae02d222d707fbe /app
parent6db8495bbfc0337d6726df7ba3dbb7d73392f4f1 (diff)
downloadinfrastructure-2a0610658d9875b24faf74c8ad7a12d17ab5d745.tar.gz
infrastructure-2a0610658d9875b24faf74c8ad7a12d17ab5d745.zip
Upgrade synapse+riot web
Diffstat (limited to 'app')
-rw-r--r--app/docker-compose.yml8
-rw-r--r--app/im/deploy/im.hcl4
2 files changed, 6 insertions, 6 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
index 77d45dc..65ce98a 100644
--- a/app/docker-compose.yml
+++ b/app/docker-compose.yml
@@ -7,18 +7,18 @@ services:
context: ./im/build/riotweb
args:
# https://github.com/vector-im/riot-web/releases
- VERSION: 1.7.28
- image: superboum/amd64_riotweb:v23
+ VERSION: 1.8.4
+ image: superboum/amd64_riotweb:v24
synapse:
build:
context: ./im/build/matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
- VERSION: 1.35.1
+ VERSION: 1.42.0
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e
- image: superboum/amd64_synapse:v45
+ image: superboum/amd64_synapse:v46
# Email
sogo:
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 68eb9fd..98ea9b7 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -15,7 +15,7 @@ job "im" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v45"
+ image = "superboum/amd64_synapse:v46"
network_mode = "host"
readonly_rootfs = true
ports = [ "client_port", "federation_port" ]
@@ -140,7 +140,7 @@ job "im" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v23"
+ image = "superboum/amd64_riotweb:v24"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"