From 51e408bc9473c7e189f94ec7bce2e0e9a55d3eed Mon Sep 17 00:00:00 2001 From: inthewaves <26474149+inthewaves@users.noreply.github.com> Date: Fri, 10 May 2019 05:57:28 +0000 Subject: [PATCH] Bump riot-web version (1.0.8->1.1.0) --- roles/matrix-riot-web/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-riot-web/defaults/main.yml b/roles/matrix-riot-web/defaults/main.yml index 10c5773a9..f38fb98c1 100644 --- a/roles/matrix-riot-web/defaults/main.yml +++ b/roles/matrix-riot-web/defaults/main.yml @@ -1,6 +1,6 @@ matrix_riot_web_enabled: true -matrix_riot_web_docker_image: "bubuntux/riot-web:v1.0.8" +matrix_riot_web_docker_image: "bubuntux/riot-web:v1.1.0" matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"