Matrix/synapse : v1.55.2

This commit is contained in:
Gitouche 2022-03-25 20:51:56 +01:00
parent 5c30b3acf8
commit 479298380e
1 changed files with 1 additions and 1 deletions

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.55.0'
synapse_version='v1.55.2'
postgres_image="docker.io/library/postgres"
postgres_version='11.14'
upstream_images="${synapse_image} ${postgres_image}"