Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
miyabayt committed Apr 8, 2024
1 parent 66e7d8d commit 6f67a5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Testcontainers
public class BaseTestContainerTest {

private static final MySQLContainer<?> MYSQL_CONTAINER = new MySQLContainer<>("mysql:8");
private static final MySQLContainer<?> MYSQL_CONTAINER = new MySQLContainer<>("mysql:8.2");

private static final GenericContainer<?> MAILHOG_CONTAINER =
new GenericContainer<>("mailhog/mailhog")
Expand Down

0 comments on commit 6f67a5e

Please sign in to comment.