matrix/synapse : maj 1.59.1 (go CI, go!!!)

This commit is contained in:
Gitouche 2022-05-23 18:58:20 +02:00
parent 5a0cc6a3e3
commit 929a54f652
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.58.1'
synapse_version='v1.59.1'
postgres_image="docker.io/library/postgres"
postgres_version='11.14'
upstream_images="${synapse_image} ${postgres_image}"