From c29d6607003b9465e39459555be2926d937442dd Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Jul 2020 09:04:32 +0200 Subject: Migrate matrix+riot --- docker/docker-compose.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docker') diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index f305d40..0c67ab2 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -4,11 +4,13 @@ services: build: context: ./riotweb args: - VERSION: 1.6.8 - image: superboum/amd64_riotweb:v12 + # https://github.com/vector-im/riot-web/releases + VERSION: 1.7.0 + image: superboum/amd64_riotweb:v13 synapse: build: context: ./matrix-synapse args: - VERSION: 1.15.2 - image: superboum/amd64_synapse:v30 + # https://github.com/matrix-org/synapse/releases + VERSION: 1.17.0 + image: superboum/amd64_synapse:v31 -- cgit v1.2.3