bump greenmail
This commit is contained in:
parent
0217125962
commit
de9ccbc515
4 changed files with 4 additions and 4 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
services:
|
services:
|
||||||
greenmail:
|
greenmail:
|
||||||
image: greenmail/standalone:1.6.3
|
image: greenmail/standalone:1.6.8
|
||||||
ports:
|
ports:
|
||||||
- 3025:3025
|
- 3025:3025
|
||||||
- 3110:3110
|
- 3110:3110
|
||||||
|
|
|
||||||
2
.github/workflows/minimal.yml
vendored
2
.github/workflows/minimal.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
command: test
|
command: test
|
||||||
services:
|
services:
|
||||||
greenmail:
|
greenmail:
|
||||||
image: greenmail/standalone:1.6.3
|
image: greenmail/standalone:1.6.8
|
||||||
ports:
|
ports:
|
||||||
- 3025:3025
|
- 3025:3025
|
||||||
- 3110:3110
|
- 3110:3110
|
||||||
|
|
|
||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
command: test
|
command: test
|
||||||
services:
|
services:
|
||||||
greenmail:
|
greenmail:
|
||||||
image: greenmail/standalone:1.6.3
|
image: greenmail/standalone:1.6.8
|
||||||
ports:
|
ports:
|
||||||
- 3025:3025
|
- 3025:3025
|
||||||
- 3110:3110
|
- 3110:3110
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ running](http://www.icegreen.com/greenmail/#deploy_docker_standalone). The
|
||||||
easiest way to do that is with Docker:
|
easiest way to do that is with Docker:
|
||||||
|
|
||||||
```console
|
```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
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue