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

This commit is contained in:
renovate[bot]
2026-02-24 14:09:28 +00:00
committed by GitHub
parent 29680c0e85
commit b7df91e5d4
+2 -2
View File
@@ -4,7 +4,7 @@ networks:
services: services:
synapse-init: synapse-init:
image: matrixdotorg/synapse:v1.147.1 image: matrixdotorg/synapse:v1.148.0
container_name: init-${CONTAINER_NAME} container_name: init-${CONTAINER_NAME}
entrypoint: entrypoint:
- /start.py - /start.py
@@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true - SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008 - SYNAPSE_HTTP_PORT=8008
synapse: synapse:
image: matrixdotorg/synapse:v1.147.1 image: matrixdotorg/synapse:v1.148.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"