Update ghcr.io/mastodon/mastodon Docker tag to v4.3.4

This commit is contained in:
Renovate bot 2025-02-27 16:05:38 +00:00
parent 13a7387f08
commit d1109cf0c6

View file

@ -13,7 +13,7 @@ services:
- mastodon - mastodon
web: web:
image: ghcr.io/mastodon/mastodon:v4.3.3 image: ghcr.io/mastodon/mastodon:v4.3.4
restart: always restart: always
env_file: env_file:
- path: .env.production - path: .env.production
@ -70,7 +70,7 @@ services:
- "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file" - "traefik.http.routers.mastodon-streaming.middlewares=proxyHeader@file,proxyError@file"
sidekiq: sidekiq:
image: ghcr.io/mastodon/mastodon:v4.3.3 image: ghcr.io/mastodon/mastodon:v4.3.4
restart: always restart: always
env_file: env_file:
- path: .env.production - path: .env.production