From 2a4e8d3d7d6f81d7570d4fca90ea42c6680c640d Mon Sep 17 00:00:00 2001
From: Renovate bot <renovate@gnous.eu>
Date: Wed, 2 Apr 2025 12:41:59 +0000
Subject: [PATCH] Update ghcr.io/mastodon/mastodon Docker tag to v4.3.7

---
 compute-2-mep/mastodon/docker-compose.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compute-2-mep/mastodon/docker-compose.yaml b/compute-2-mep/mastodon/docker-compose.yaml
index f40daff..4cf8b30 100644
--- a/compute-2-mep/mastodon/docker-compose.yaml
+++ b/compute-2-mep/mastodon/docker-compose.yaml
@@ -13,7 +13,7 @@ services:
       - mastodon
 
   web:
-    image: ghcr.io/mastodon/mastodon:v4.3.4
+    image: ghcr.io/mastodon/mastodon:v4.3.7
     restart: always
     env_file:
       - path: .env.production
@@ -65,7 +65,7 @@ services:
       - "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
 
   sidekiq:
-    image: ghcr.io/mastodon/mastodon:v4.3.4
+    image: ghcr.io/mastodon/mastodon:v4.3.7
     restart: always
     env_file:
       - path: .env.production