From 5937f20bb251339dce945c611f0eb7c5fd1eadb4 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 12 Apr 2020 11:19:23 +0200 Subject: [PATCH] matrix: update synapse & riot --- matrix/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index ae7145d..47b26fb 100644 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: app: - image: matrixdotorg/synapse:v1.7.1-py3 + image: matrixdotorg/synapse:v1.12.3-py3 restart: unless-stopped env_file: - .env @@ -37,7 +37,7 @@ services: args: SYNAPSE_FULL_URL: ${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost} CHATONS_DOMAIN: ${CHATONS_DOMAIN:-localhost} - RIOT_VERSION: v1.5.6 + RIOT_VERSION: v1.5.15 PROTOCOL: ${PROTOCOL:-http} restart: unless-stopped labels: