Skip to content

Commit 4501877

Browse files
author
Jan Raap
committed
Use fixed version for mailhog
1 parent 07bf874 commit 4501877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mailhog/src/main/java/org/testcontainers/containers/MailHogContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class MailHogContainer extends GenericContainer<MailHogContainer> {
2525

26-
private static final String VERSION = "latest";
26+
private static final String VERSION = "v1.0.1";
2727

2828
public static final int SMTP_PORT = 1025;
2929
public static final int HTTP_PORT = 8025;

0 commit comments

Comments
 (0)