From 5a5bb50e09efd6e82fc932e37b60d8b0241dfa64 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Fri, 8 May 2020 15:43:58 +0200 Subject: [PATCH] Upgrade synapse and riot to latest --- roles/docker/tasks/services/matrix_riot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/docker/tasks/services/matrix_riot.yml b/roles/docker/tasks/services/matrix_riot.yml index ade9a97..bcfb1c9 100644 --- a/roles/docker/tasks/services/matrix_riot.yml +++ b/roles/docker/tasks/services/matrix_riot.yml @@ -77,7 +77,7 @@ matrix_app: container_name: matrix - image: matrixdotorg/synapse:v1.11.0 + image: matrixdotorg/synapse:v1.12.4 restart: unless-stopped networks: - matrix @@ -97,7 +97,7 @@ riot: container_name: riot_app - image: avhost/docker-matrix-riot:v1.5.10 + image: avhost/docker-matrix-riot:v1.6.0 restart: unless-stopped networks: - matrix