Skip to content

Commit

Permalink
Use fixed version for mailhog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Raap committed Aug 2, 2021
1 parent 07bf874 commit 4501877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class MailHogContainer extends GenericContainer<MailHogContainer> {

private static final String VERSION = "latest";
private static final String VERSION = "v1.0.1";

public static final int SMTP_PORT = 1025;
public static final int HTTP_PORT = 8025;
Expand Down

0 comments on commit 4501877

Please sign in to comment.