Skip to content

Commit 83fb64c

Browse files
committed
Rolling back dev version of Synapse to v1.141.0
v1.141.0 introduces a breaking change in OIDC authentication in http with Webkit See issue: element-hq/synapse#19303 See PR: element-hq/synapse#19309
1 parent 55e836a commit 83fb64c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,9 @@ services:
483483
# A mock server to test OpenID connect connectivity
484484

485485
synapse:
486-
image: matrixdotorg/synapse:v1.144.0
486+
# Note: v1.141.0 introduces a breaking change in OIDC authentication in http with Webkit
487+
# See https://github.com/element-hq/synapse/pull/19309
488+
image: matrixdotorg/synapse:v1.140.0
487489
entrypoint: /data/start.sh
488490
labels:
489491
- "traefik.enable=true"

0 commit comments

Comments
 (0)