Set stripe-mock version to `0.178.0` to match stripe API version used (#34786)

Michael Sloan created

Release Notes:

- N/A

Change summary

compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

compose.yml 🔗

@@ -60,7 +60,7 @@ services:
       - postgres
 
   stripe-mock:
-    image: stripe/stripe-mock:v0.184.0
+    image: stripe/stripe-mock:v0.178.0
     ports:
       - 12111:12111
       - 12112:12112