From d1109cf0c64974c4f8e8456e2cd1290ddf90940c Mon Sep 17 00:00:00 2001 From: Renovate bot <renovate@gnous.eu> Date: Thu, 27 Feb 2025 16:05:38 +0000 Subject: [PATCH] Update ghcr.io/mastodon/mastodon Docker tag to v4.3.4 --- 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 8ed3fa9..c562af2 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.3 + image: ghcr.io/mastodon/mastodon:v4.3.4 restart: always env_file: - path: .env.production @@ -70,7 +70,7 @@ services: - "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file" sidekiq: - image: ghcr.io/mastodon/mastodon:v4.3.3 + image: ghcr.io/mastodon/mastodon:v4.3.4 restart: always env_file: - path: .env.production