diff --git a/podman-matrix/vars.sh b/podman-matrix/vars.sh index 583c371..eebd8c1 100644 --- a/podman-matrix/vars.sh +++ b/podman-matrix/vars.sh @@ -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}"