From a4426b88c7ea9de039249806265f138196ee0eb6 Mon Sep 17 00:00:00 2001
From: Hugo Renard <hugo.renard@protonmail.com>
Date: Fri, 21 Apr 2023 12:23:14 +0200
Subject: [PATCH] feat: v4.1.2

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

diff --git a/docker-compose.yml b/docker-compose.yml
index 9982683..9e5b335 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -42,7 +42,7 @@ services:
     - LETSENCRYPT_HOST
   app:
     restart: always
-    image: tootsuite/mastodon:v4.1.1
+    image: tootsuite/mastodon:v4.1.2
     env_file: .env.production
     command: bundle exec rails s -p 3000 -b '0.0.0.0'
     depends_on:
@@ -54,7 +54,7 @@ services:
     - back
   streaming:
     restart: always
-    image: tootsuite/mastodon:v4.1.1
+    image: tootsuite/mastodon:v4.1.2
     env_file: .env.production
     command: yarn start
     depends_on:
@@ -64,7 +64,7 @@ services:
     - back
   sidekiq:
     restart: always
-    image: tootsuite/mastodon:v4.1.1
+    image: tootsuite/mastodon:v4.1.2
     env_file: .env.production
     command: bundle exec sidekiq
     depends_on:
-- 
GitLab