From 345bd644877f22d845b7a5ae657e6db2aa04dcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Thieme?= Date: Sat, 17 Feb 2024 09:33:50 +0100 Subject: [PATCH] Update greenmail docker image version in README. (#281) --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dde9992..760f4f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: run: cargo test --locked --all-targets services: greenmail: - image: greenmail/standalone:1.6.8 + image: greenmail/standalone:1.6.15 ports: - 3025:3025 - 3110:3110 diff --git a/README.md b/README.md index 10145ee..1944d2b 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The easiest way to do that is with Docker: ```console -$ docker pull greenmail/standalone:1.6.8 -$ docker run -it --rm -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.6.8 +$ docker pull greenmail/standalone:1.6.15 +$ docker run -it --rm -e GREENMAIL_OPTS='-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose' -p 3025:3025 -p 3110:3110 -p 3143:3143 -p 3465:3465 -p 3993:3993 -p 3995:3995 greenmail/standalone:1.6.15 ``` Another alternative is to test against cyrus imapd which is a more complete IMAP implementation that greenmail (supporting quotas and ACLs).