Update Matrix #194

Merged
peter merged 1 commits from renovate/matrix into master 2025-10-15 15:44:28 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 6e624b0b3e - Show all commits

View File

@@ -58,7 +58,7 @@ services:
- postgres-network - postgres-network
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.3.0 image: ghcr.io/element-hq/matrix-authentication-service:1.4.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -77,7 +77,7 @@ services:
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.139.2 image: matrixdotorg/synapse:v1.140.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data

View File

@@ -61,7 +61,7 @@ services:
ports: ports:
- 5440:5432 - 5440:5432
mas: mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.3.0 image: ghcr.io/element-hq/matrix-authentication-service:1.4.0
restart: always restart: always
working_dir: /config working_dir: /config
volumes: volumes:
@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.139.2 image: matrixdotorg/synapse:v1.140.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data