diff --git a/docker-compose.yml b/docker-compose.yml
index 50354d5299a911435be2909cb34af3129c4039bf..5355bf1a67be9b39c0ed93d09b1ad56f09bf758c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@ services:
     - VIRTUAL_HOST
   app:
     restart: always
-    image: gargron/mastodon
+    image: gargron/mastodon:v1.2
     env_file: .env.production
     command: bundle exec rails s -p 3000 -b '0.0.0.0'
     depends_on:
@@ -47,7 +47,7 @@ services:
     - back
   streaming:
     restart: always
-    image: gargron/mastodon
+    image: gargron/mastodon:v1.2
     env_file: .env.production
     command: npm run start
     depends_on:
@@ -57,7 +57,7 @@ services:
     - back
   sidekiq:
     restart: always
-    image: gargron/mastodon
+    image: gargron/mastodon:v1.2
     env_file: .env.production
     command: bundle exec sidekiq -q default -q mailers -q pull -q push
     depends_on: