From a38ed4a25de1898ccdb28dde6a74edd6060bd9fc Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Jul 2023 19:38:12 +0100 Subject: [PATCH] Update sliding sync proxy image for cypress (#11280) --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index c3403838e6..50d4106ad6 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -31,7 +31,7 @@ export default defineConfig({ }, env: { // Docker tag to use for `ghcr.io/matrix-org/sliding-sync` image. - SLIDING_SYNC_PROXY_TAG: "v0.99.0-rc1", + SLIDING_SYNC_PROXY_TAG: "v0.99.3", HOMESERVER: "synapse", }, retries: {