diff --git a/docker-compose.yml b/docker-compose.yml
index 71dc6e585a019c62a9e3faa0bdcae984d581a160..45be3f8fa69f1e708a3e68ffb1649ba60095488b 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: