From b57342981064de66682db823812f11b31697bc49 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Wed, 27 Apr 2022 18:38:00 +0200 Subject: [PATCH] matrix : maj v1.57.1 --- podman-matrix/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/vars.sh b/podman-matrix/vars.sh index eebd8c1..af88873 100644 --- a/podman-matrix/vars.sh +++ b/podman-matrix/vars.sh @@ -4,7 +4,7 @@ pod_name='podman-matrix' service_name="pod-${pod_name}.service" #version='latest' synapse_image="localhost/matrixdotorg/synapse" -synapse_version='v1.55.2' +synapse_version='v1.57.1' postgres_image="docker.io/library/postgres" postgres_version='11.14' upstream_images="${synapse_image} ${postgres_image}"