aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2025-01-17 11:33:23 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2025-01-17 11:33:23 +0100
commitcab3425d34a7ffe065f397e742276160fd276c35 (patch)
treea67c2c14c840a12be1d1a85faca71b58f45a8965 /cluster/prod/app
parent15d1976a6b03d0d964763e696a8020283861b311 (diff)
downloadnixcfg-cab3425d34a7ffe065f397e742276160fd276c35.tar.gz
nixcfg-cab3425d34a7ffe065f397e742276160fd276c35.zip
upgrade matrix containers
Diffstat (limited to 'cluster/prod/app')
-rw-r--r--cluster/prod/app/matrix/build/docker-compose.yml13
-rw-r--r--cluster/prod/app/matrix/build/riotweb/Dockerfile2
2 files changed, 7 insertions, 8 deletions
diff --git a/cluster/prod/app/matrix/build/docker-compose.yml b/cluster/prod/app/matrix/build/docker-compose.yml
index b61fb39..4f2c573 100644
--- a/cluster/prod/app/matrix/build/docker-compose.yml
+++ b/cluster/prod/app/matrix/build/docker-compose.yml
@@ -1,4 +1,3 @@
-version: '3.4'
services:
# Instant Messaging
riot:
@@ -6,18 +5,18 @@ services:
context: ./riotweb
args:
# https://github.com/vector-im/element-web/releases
- VERSION: v1.11.78
- image: particallydone/amd64_elementweb:v36
+ VERSION: v1.11.90
+ image: superboum/amd64_elementweb:v37
synapse:
build:
context: ./matrix-synapse
args:
- # https://github.com/matrix-org/synapse/releases
- VERSION: v1.104.0
+ # https://github.com/element-hq/synapse/releases
+ VERSION: v1.122.0
# https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
# Update with the latest commit on main each time you update the synapse version
# otherwise synapse may fail to launch due to incompatibility issues
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
- S3_VERSION: 2c46a764f700e6439afa11c00db827ddf21a9e89
- image: particallydone/amd64_synapse:v60
+ S3_VERSION: bdc46a71aa16bcbcf8ed1b157ca6756ddb0131ef
+ image: superboum/amd64_synapse:v61
diff --git a/cluster/prod/app/matrix/build/riotweb/Dockerfile b/cluster/prod/app/matrix/build/riotweb/Dockerfile
index ec4f5dd..0bb408a 100644
--- a/cluster/prod/app/matrix/build/riotweb/Dockerfile
+++ b/cluster/prod/app/matrix/build/riotweb/Dockerfile
@@ -1,4 +1,4 @@
-FROM amd64/debian:trixie as builder
+FROM amd64/debian:trixie AS builder
ARG VERSION
WORKDIR /root