From 6ba96b5313042604204707990b40a62ac09c6d6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Apr 2025 01:03:57 +0000 Subject: [PATCH] chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.128.0 --- containers/synapse/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/synapse/Containerfile b/containers/synapse/Containerfile index db6e98f..a4d04f8 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/element-hq/synapse:v1.127.1 +FROM ghcr.io/element-hq/synapse:v1.128.0 RUN pip install boto3 humanize tqdm # there is probably a better way to figure out where the site packages are # this used to be hard coded to /usr/local/lib/python3.11/site-packages but then synapse updated it's minor python version and it broke