From bf0edf3b14a21d034b3431d18b91a831bc8a34cc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 16 Jul 2023 16:01:19 +0000 Subject: [PATCH] matrix: pin element at v1.11.35 and synapse at v1.87.0 --- matrix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix.yaml b/matrix.yaml index 8c86e08..4a849eb 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -12,7 +12,7 @@ services: # - POSTGRES_PASSWORD=STRONGPASSWORD matrix-element: - image: vectorim/element-web:latest + image: vectorim/element-web:v1.11.35 restart: unless-stopped container_name: matrix-element volumes: @@ -26,7 +26,7 @@ services: # - "5000:80" matrix-synapse: - image: matrixdotorg/synapse:latest + image: matrixdotorg/synapse:v1.87.0 restart: unless-stopped container_name: matrix-synapse volumes: