Synapse 1.61.1

This commit is contained in:
Gitouche 2022-06-29 08:37:27 +02:00
parent f9cf9e0794
commit 95495997a4
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.59.1'
synapse_version='v1.61.1'
postgres_image="docker.io/library/postgres"
postgres_version='11.14'
upstream_images="${synapse_image} ${postgres_image}"