diff --git a/containers/synapse/Containerfile b/containers/synapse/Containerfile index e797ca3..3d51ef2 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/element-hq/synapse:v1.126.0 +FROM ghcr.io/element-hq/synapse:v1.127.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