From 929a54f652f66685eb014633ec1f4f4ff88a2316 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Mon, 23 May 2022 18:58:20 +0200 Subject: [PATCH] matrix/synapse : maj 1.59.1 (go CI, go!!!) --- 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 34f8572..e314bde 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.58.1' +synapse_version='v1.59.1' postgres_image="docker.io/library/postgres" postgres_version='11.14' upstream_images="${synapse_image} ${postgres_image}"