From 8416518590d91dd1a7fb541c4055a4badcdfbca5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Dec 2024 17:01:56 +0000 Subject: [PATCH] chore(deps): update matrixdotorg/synapse docker tag to v1.120.2 --- containers/synapse/Containerfile | 2 +- k8s/matrix/janky.bot-homeserver.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/synapse/Containerfile b/containers/synapse/Containerfile index 4a84bbe..a5cba8d 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/synapse:v1.120.0 +FROM matrixdotorg/synapse:v1.120.2 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 diff --git a/k8s/matrix/janky.bot-homeserver.yaml b/k8s/matrix/janky.bot-homeserver.yaml index cf787ed..ab79daa 100644 --- a/k8s/matrix/janky.bot-homeserver.yaml +++ b/k8s/matrix/janky.bot-homeserver.yaml @@ -37,7 +37,7 @@ spec: - secretRef: name: synapse-janky-bot containers: - - image: matrixdotorg/synapse:v1.120.0 + - image: matrixdotorg/synapse:v1.120.2 name: synapse resources: {} volumeMounts: