Matrix/synapse : v1.55.0

This commit is contained in:
Gitouche 2022-03-22 18:46:43 +01:00
parent c693a51dc1
commit 5c30b3acf8
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.54.0'
synapse_version='v1.55.0'
postgres_image="docker.io/library/postgres"
postgres_version='11.14'
upstream_images="${synapse_image} ${postgres_image}"