Skip to content

Commit

Permalink
Mailpit: update to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Sep 3, 2024
1 parent fee1468 commit 27117f3
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.20.2
export MAILPIT_VERSION=1.20.3
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.20.2 # Mailpit releases: https://github.com/axllent/mailpit/releases
mailpit_version: v1.20.3 # 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 27117f3

Please sign in to comment.