Matrix/synapse : 1.63.1

This commit is contained in:
Gitouche 2022-08-05 19:52:16 +02:00
parent 34d96eefd8
commit 91a7b7b1da

View file

@ -4,7 +4,7 @@ pod_name='podman-matrix'
service_name="pod-${pod_name}.service"
#version='latest'
synapse_image="localhost/matrixdotorg/synapse"
synapse_version='v1.61.1'
synapse_version='v1.63.1'
postgres_image="docker.io/library/postgres"
postgres_version='11.14'
upstream_images="${synapse_image} ${postgres_image}"