From 529b5b222dbde912e68f32090f2811c5ccf847e2 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 25 Nov 2018 09:57:30 +0200 Subject: [PATCH] Update riot-web (0.17.6 -> 0.17.7) --- roles/matrix-server/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-server/defaults/main.yml b/roles/matrix-server/defaults/main.yml index c1701a606..d1cebba3a 100644 --- a/roles/matrix-server/defaults/main.yml +++ b/roles/matrix-server/defaults/main.yml @@ -262,7 +262,7 @@ matrix_corporal_debug: false # you may wish to disable this. matrix_riot_web_enabled: true -matrix_riot_web_docker_image: "avhost/docker-matrix-riot:v0.17.6" +matrix_riot_web_docker_image: "avhost/docker-matrix-riot:v0.17.7" matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"