From e623bbcc6f74b97cd78e452648abfaca2fe74fce Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 6 Jul 2020 13:58:25 +0200 Subject: Update Matrix --- docker/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker/docker-compose.yml') diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 6f351ec..f305d40 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -4,11 +4,11 @@ services: build: context: ./riotweb args: - VERSION: 1.6.2 - image: superboum/amd64_riotweb:v11 + VERSION: 1.6.8 + image: superboum/amd64_riotweb:v12 synapse: build: context: ./matrix-synapse args: - VERSION: 1.14.0 - image: superboum/amd64_synapse:v29 + VERSION: 1.15.2 + image: superboum/amd64_synapse:v30 -- cgit v1.2.3