From 46f78e44a331ac9aac1eac9821349664efeda13f Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 6 Sep 2018 08:24:30 -0500 Subject: [PATCH] Update to Synapse v0.33.3.1 and Riot Web v0.16.3 --- roles/matrix-server/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/matrix-server/defaults/main.yml b/roles/matrix-server/defaults/main.yml index 1082128a..85caaf88 100644 --- a/roles/matrix-server/defaults/main.yml +++ b/roles/matrix-server/defaults/main.yml @@ -105,9 +105,9 @@ matrix_docker_image_postgres_v9: "postgres:9.6.10-alpine" matrix_docker_image_postgres_v10: "postgres:10.5-alpine" matrix_docker_image_postgres_latest: "{{ matrix_docker_image_postgres_v10 }}" -matrix_docker_image_synapse: "matrixdotorg/synapse:v0.33.3" +matrix_docker_image_synapse: "matrixdotorg/synapse:v0.33.3.1" matrix_docker_image_nginx: "nginx:1.15.2-alpine" -matrix_docker_image_riot: "avhost/docker-matrix-riot:v0.16.1" +matrix_docker_image_riot: "avhost/docker-matrix-riot:v0.16.3" matrix_docker_image_goofys: "cloudproto/goofys:latest" matrix_docker_image_coturn: "instrumentisto/coturn:4.5.0.7" matrix_docker_image_mailer: "panubo/postfix:latest"