From 79ca5cc8434b6c77f7052b3fc608f2a399700026 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Thu, 1 Feb 2024 09:32:01 +0000
Subject: [PATCH] feat: update masto to 4.1.12

---
 docker-compose.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 71dc6e5..45be3f8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -44,7 +44,7 @@ services:
     - LETSENCRYPT_HOST
   app:
     restart: always
-    image: ghcr.io/mastodon/mastodon:v4.1.8
+    image: ghcr.io/mastodon/mastodon:v4.1.12
     env_file: .env.production
     command: bundle exec rails s -p 3000 -b '0.0.0.0'
     depends_on:
@@ -56,7 +56,7 @@ services:
     - back
   streaming:
     restart: always
-    image: ghcr.io/mastodon/mastodon:v4.1.8
+    image: ghcr.io/mastodon/mastodon:v4.1.12
     env_file: .env.production
     command: yarn start
     depends_on:
@@ -66,7 +66,7 @@ services:
     - back
   sidekiq:
     restart: always
-    image: ghcr.io/mastodon/mastodon:v4.1.8
+    image: ghcr.io/mastodon/mastodon:v4.1.12
     env_file: .env.production
     command: bundle exec sidekiq
     depends_on:
-- 
GitLab