chore(deps): update matrixdotorg/synapse docker tag to v1.119.0
This commit is contained in:
parent
841a690499
commit
d9e392cba9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM matrixdotorg/synapse:v1.118.0
|
||||
FROM matrixdotorg/synapse:v1.119.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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue