From 940862ebedf9ccb1e6203e92ab7388eb802f722b Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 21 Apr 2026 12:27:39 +0200 Subject: [PATCH] chore: bump the integration testing synapse version to v1.151.0 --- testing/matrix-sdk-integration-testing/assets/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/matrix-sdk-integration-testing/assets/Dockerfile b/testing/matrix-sdk-integration-testing/assets/Dockerfile index 5032ac7a2..9d91e23e0 100644 --- a/testing/matrix-sdk-integration-testing/assets/Dockerfile +++ b/testing/matrix-sdk-integration-testing/assets/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/matrixdotorg/synapse:v1.117.0 +FROM docker.io/matrixdotorg/synapse:v1.151.0 ADD ci-start.sh /ci-start.sh RUN chmod 770 /ci-start.sh ENTRYPOINT /ci-start.sh