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