We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bf874 commit 4501877Copy full SHA for 4501877
modules/mailhog/src/main/java/org/testcontainers/containers/MailHogContainer.java
@@ -23,7 +23,7 @@
23
*/
24
public class MailHogContainer extends GenericContainer<MailHogContainer> {
25
26
- private static final String VERSION = "latest";
+ private static final String VERSION = "v1.0.1";
27
28
public static final int SMTP_PORT = 1025;
29
public static final int HTTP_PORT = 8025;
0 commit comments