bump greenmail

This commit is contained in:
Jon Gjengset 2022-04-14 18:36:46 -07:00
parent 0217125962
commit de9ccbc515
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ jobs:
fail_ci_if_error: true
services:
greenmail:
image: greenmail/standalone:1.6.3
image: greenmail/standalone:1.6.8
ports:
- 3025:3025
- 3110:3110

View file

@ -28,7 +28,7 @@ jobs:
command: test
services:
greenmail:
image: greenmail/standalone:1.6.3
image: greenmail/standalone:1.6.8
ports:
- 3025:3025
- 3110:3110

View file

@ -22,7 +22,7 @@ jobs:
command: test
services:
greenmail:
image: greenmail/standalone:1.6.3
image: greenmail/standalone:1.6.8
ports:
- 3025:3025
- 3110:3110

View file

@ -91,7 +91,7 @@ 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.3
$ docker pull greenmail/standalone:1.6.8
$ docker run -t -i -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.3
```