From 2a98493b5f8788c4d3346cb2ffbccd98c5f218c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Dec 2024 16:02:19 +0000 Subject: [PATCH] chore(deps): update matrixdotorg/synapse docker tag to v1.120.1 --- 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..ea7ceb3 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/synapse:v1.120.0 +FROM matrixdotorg/synapse:v1.120.1 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..61b0e68 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.1 name: synapse resources: {} volumeMounts: