fix(infra): pin axllent/mailpit tag

Removes `:latest` from the mailpit service; pins to v1.29.7 so staging
deploys are reproducible. Renovate keeps the tag current.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-11 11:58:34 +02:00
parent e4df17f308
commit c9ac83b2ba

View File

@@ -100,7 +100,8 @@ services:
# Dev-only mail catcher; gated behind the staging profile so production
# never starts it. Staging workflow runs with `--profile staging`.
mailpit:
image: axllent/mailpit:latest
# Pinned for reproducibility; Renovate bumps the tag.
image: axllent/mailpit:v1.29.7
restart: unless-stopped
profiles: ["staging"]
networks: