switch synapse base image to ghcr
All checks were successful
/ build-synapse (push) Successful in 48s
/ roll out update (push) Successful in 3s

This commit is contained in:
Finn 2025-03-06 11:51:09 -08:00
parent b6a32d7bb4
commit e5df849a58

View file

@ -1,4 +1,4 @@
FROM matrixdotorg/synapse:v1.124.0
FROM ghcr.io/element-hq/synapse:v1.125.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