From 9477b5fe93b6dc5634a0d1198f0544f913aaefe5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 11 Dec 2024 20:02:08 +0000 Subject: [PATCH] chore(deps): update matrixdotorg/synapse docker tag to v1.121.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 a5cba8d..361bdfc 100644 --- a/containers/synapse/Containerfile +++ b/containers/synapse/Containerfile @@ -1,4 +1,4 @@ -FROM matrixdotorg/synapse:v1.120.2 +FROM matrixdotorg/synapse:v1.121.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 ab79daa..1061852 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.2 + - image: matrixdotorg/synapse:v1.121.1 name: synapse resources: {} volumeMounts: