From 32873e6838f8750dc69d766a093f66bacd913e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:39:14 +0000 Subject: [PATCH] chore(deps): bump axllent/mailpit from v1.30.6 to v1.31.0 in /infra Bumps axllent/mailpit from v1.30.6 to v1.31.0. --- updated-dependencies: - dependency-name: axllent/mailpit dependency-version: v1.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/compose.yaml b/infra/compose.yaml index ca6bd35..8bb2337 100644 --- a/infra/compose.yaml +++ b/infra/compose.yaml @@ -20,7 +20,7 @@ services: restart: unless-stopped mailpit: - image: axllent/mailpit:v1.30.6 + image: axllent/mailpit:v1.31.0 ports: - "${ATLAS_MAILPIT_SMTP_PORT:-1025}:1025" - "${ATLAS_MAILPIT_UI_PORT:-8025}:8025"