diff --git a/compute-2-mep/mastodon/docker-compose.yaml b/compute-2-mep/mastodon/docker-compose.yaml index 81090da..875a9e9 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.0 + image: ghcr.io/mastodon/mastodon:v4.3.1 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.0 + image: ghcr.io/mastodon/mastodon:v4.3.1 restart: always env_file: - path: .env.production