Update matrixdotorg/synapse Docker tag to v1.139.0 #189

Merged
peter merged 1 commits from renovate/matrix into master 2025-10-07 13:25:35 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3639b3ebe3 - Show all commits

View File

@@ -77,7 +77,7 @@ services:
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.138.2 image: matrixdotorg/synapse:v1.139.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data

View File

@@ -97,7 +97,7 @@ services:
- 5442:5432 - 5442:5432
synapse: synapse:
container_name: synapse container_name: synapse
image: matrixdotorg/synapse:v1.138.2 image: matrixdotorg/synapse:v1.139.0
restart: always restart: always
volumes: volumes:
- ${SYNAPSE_CONFIG_DIR}:/data - ${SYNAPSE_CONFIG_DIR}:/data