From 56940afa99e2b82d933d6865a560a743a1a1d549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Wed, 21 Jul 2021 22:22:49 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2d3c9ec..cf4625e 100644 --- a/podman-matrix/vars.sh +++ b/podman-matrix/vars.sh @@ -5,7 +5,7 @@ service_name="pod-${pod_name}.service" #upstream_images="docker.io/matrixdotorg/synapse docker.io/library/postgres" #version='latest' synapse_image="docker.io/matrixdotorg/synapse" -synapse_version='v1.35.1' +synapse_version='v1.38.0' postgres_image="docker.io/library/postgres" postgres_version='11.12' confvolume='matrixdotorg_synapse-data'