Skip to content

Commit

Permalink
Mailpit: update to v1.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 20, 2024
1 parent deeaa75 commit 55c516f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/mailpit/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u
set -x

export MAILPIT_VERSION=1.21.7
export MAILPIT_VERSION=1.21.8
export DOCKER_SCAN_SUGGEST=false
DOCKER_TAG="$1"

Expand Down
2 changes: 1 addition & 1 deletion roles/mailpit/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

enable_mailpit: false

mailpit_version: v1.21.7 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_version: v1.21.8 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_max_messages: 10000 # Maximum number of messages to store. Mailpit will periodically delete the oldest messages if greater than this.
mailpit_smtp_bind_address: 0.0.0.0 # SMTP bind interface.
mailpit_smtp_port: 25 # SMTP port.

0 comments on commit 55c516f

Please sign in to comment.