chore(deps): update matrixdotorg/synapse docker tag to v1.119.0
Some checks failed
/ build-synapse (push) Failing after 45s
/ diff-and-deploy (push) Successful in 1m12s

This commit is contained in:
Renovate Bot 2024-11-13 16:01:50 +00:00
parent 0242447c99
commit 25f3e0450d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM matrixdotorg/synapse:v1.118.0
FROM matrixdotorg/synapse:v1.119.0
RUN pip install boto3 humanize tqdm
RUN curl -Lo /usr/local/lib/python3.11/site-packages/s3_storage_provider.py https://github.com/matrix-org/synapse-s3-storage-provider/raw/v1.4.0/s3_storage_provider.py
RUN curl -L https://github.com/matrix-org/synapse-s3-storage-provider/raw/main/scripts/s3_media_upload | sed "s#/usr/bin/env python#/usr/local/bin/python#" > /usr/local/bin/s3_media_upload && chmod +x /usr/local/bin/s3_media_upload

View file

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