From 24475d2b425621234c45611983e7e00572fac58e Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 4 Sep 2026 03:04:21 +0000 Subject: [PATCH] chore: upgrade synapse to v1.160.0, MAS to 1.24.0, nginx to 1.31.5 --- 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 d3963b6..13a36f2 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.23.0 + image: ghcr.io/element-hq/matrix-authentication-service:1.24.0 command: ["server", "--config=/etc/mas/config.yaml"] environment: - DOMAIN diff --git a/compose.yml b/compose.yml index b690155..8101387 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: nginx:1.31.4 + image: nginx:1.31.5 networks: - proxy - internal @@ -43,7 +43,7 @@ services: start_period: 2m app: - image: "matrixdotorg/synapse:v1.159.0" + image: "matrixdotorg/synapse:v1.160.0" volumes: - "data:/data" secrets: