From ff79b29f3812e8d39763e51af17c9c13e3ebf8f5 Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sun, 20 Jul 2025 13:39:04 -0600 Subject: [PATCH] Set stripe-mock version to `0.178.0` to match stripe API version used (#34786) Release Notes: - N/A --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 06e8806d20..d0d9bac425 100644 --- a/compose.yml +++ b/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