chore(deps): update matrixdotorg/synapse docker tag to v1.120.2
All checks were successful
/ build-synapse (push) Successful in 23s
/ roll out update (push) Successful in 9s
/ diff-and-deploy (push) Successful in 2m2s

This commit is contained in:
Renovate Bot 2024-12-03 17:01:56 +00:00
parent 204e7935f5
commit 8416518590
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM matrixdotorg/synapse:v1.120.0 FROM matrixdotorg/synapse:v1.120.2
RUN pip install boto3 humanize tqdm RUN pip install boto3 humanize tqdm
# there is probably a better way to figure out where the site packages are # 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 # 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

View file

@ -37,7 +37,7 @@ spec:
- secretRef: - secretRef:
name: synapse-janky-bot name: synapse-janky-bot
containers: containers:
- image: matrixdotorg/synapse:v1.120.0 - image: matrixdotorg/synapse:v1.120.2
name: synapse name: synapse
resources: {} resources: {}
volumeMounts: volumeMounts: