chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.127.0
All checks were successful
/ render-helm (push) Successful in 27s
/ diff-and-deploy (push) Successful in 1m13s
/ build-synapse (push) Successful in 27s
/ roll out update (push) Successful in 3s

This commit is contained in:
Renovate Bot 2025-03-25 17:04:03 +00:00
parent 1d5fca48c0
commit e23eb72c06

View file

@ -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