diff --git a/compose.override.yml b/compose.override.yml index b2fe9db..f23a279 100644 --- a/compose.override.yml +++ b/compose.override.yml @@ -58,7 +58,7 @@ services: # Dev mail catcher — Kratos recovery/verification emails land here (web UI on 8025). # kratos.yml points the courier at smtp://mailpit:1025; prod uses a real SMTP via env. mailpit: - image: axllent/mailpit:v1.31.0 + image: axllent/mailpit:v1.31.1 ports: - "8025:8025" restart: unless-stopped diff --git a/release-tooling/dockerhub-overview.md.tmpl b/release-tooling/dockerhub-overview.md.tmpl index 988dac5..b879d55 100644 --- a/release-tooling/dockerhub-overview.md.tmpl +++ b/release-tooling/dockerhub-overview.md.tmpl @@ -131,7 +131,7 @@ services: # Catches Kratos' recovery/verification emails — UI on http://localhost:8025 mailpit: - image: axllent/mailpit:v1.31.0 + image: axllent/mailpit:v1.31.1 ports: - "8025:8025" restart: unless-stopped