chore(deps): update matrixdotorg/synapse docker tag to v1.142.0

This commit is contained in:
renovate[bot]
2025-11-11 10:53:11 +00:00
committed by GitHub
parent 1e0e954f30
commit ea5fa20961

View File

@@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.141.0
image: matrixdotorg/synapse:v1.142.0
container_name: init-${CONTAINER_NAME}
entrypoint:
- /start.py
@@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008
synapse:
image: matrixdotorg/synapse:v1.141.0
image: matrixdotorg/synapse:v1.142.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"