Browse Source

add version tag to mailcatcher image (#912)

Piotr Kwiecinski 4 months ago
parent
commit
6eaaa364ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/compose.yaml

+ 1 - 1
compose/compose.yaml

@@ -117,7 +117,7 @@ services:
     env_file: env/rabbitmq.env
     env_file: env/rabbitmq.env
 
 
   mailcatcher:
   mailcatcher:
-    image: sj26/mailcatcher
+    image: sj26/mailcatcher:v0.10.0
     ports:
     ports:
       - "1080:1080"
       - "1080:1080"