Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker dependencies with dependabot suggestions #399

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update greenmail docker image
dnestoro committed Nov 2, 2023
commit 5c20b012c5ee7eb32355fe5e62aee4a7987f5150
Original file line number Diff line number Diff line change
@@ -1 +1 @@
greenmail/standalone:2.1.0-alpha-1
greenmail/standalone:2.1.0-alpha-2
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ public class JakartaMailTest {
static void beforeAll() throws IOException {
System.out.println("Starting email server ...");
new ProcessBuilder("docker", "run", "--cidfile", "greenmail.cid", "-p", "3025:3025", "--rm", "-e",
"GREENMAIL_OPTS=-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose", "greenmail/standalone:2.1.0-alpha-1")
"GREENMAIL_OPTS=-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose", "greenmail/standalone:2.1.0-alpha-2")
.redirectOutput(new File("greenmail-stdout.txt"))
.redirectError(new File("greenmail-stderr.txt")).start();
Awaitility.await().atMost(Duration.ofSeconds(10)).until(() -> {
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM greenmail/standalone:2.1.0-alpha-1
FROM greenmail/standalone:2.1.0-alpha-2