Skip to content

Commit

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

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

@Container
private static final GenericContainer<?> MAILHOG_CONTAINER =
Expand Down

0 comments on commit a1a9b40

Please sign in to comment.