From 9c79be5eadd7b187039465fd0f8dc3bd5dab6d43 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 3 Aug 2026 18:22:27 +0000 Subject: [PATCH] chore: upgrade synapse v1.157.1, MAS 1.21.0, nginx 1.31.3 --- compose.mas.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.mas.yml b/compose.mas.yml index e70ee7b..284c6ca 100644 --- a/compose.mas.yml +++ b/compose.mas.yml @@ -5,7 +5,7 @@ version: "3.8" services: mas: - image: ghcr.io/element-hq/matrix-authentication-service:1.19.0 + image: ghcr.io/element-hq/matrix-authentication-service:1.21.0 command: ["server", "--config=/etc/mas/config.yaml"] environment: - DOMAIN diff --git a/compose.yml b/compose.yml index 7392be0..1260c7f 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: nginx:1.31.2 + image: nginx:1.31.3 networks: - proxy - internal @@ -43,7 +43,7 @@ services: start_period: 2m app: - image: "matrixdotorg/synapse:v1.155.0" + image: "matrixdotorg/synapse:v1.157.1" volumes: - "data:/data" secrets: -- 2.54.0