Skip to content

Commit

Permalink
Fixed mysql docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Jan 23, 2024
1 parent 21912c2 commit 34ff085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class MySQLDorisE2ECase extends DorisTestBase {
private static final String TABLE_4 = "tbl4";

private static final MySQLContainer MYSQL_CONTAINER =
new MySQLContainer("mysql")
new MySQLContainer("mysql:8.0")
.withDatabaseName(DATABASE)
.withUsername(MYSQL_USER)
.withPassword(MYSQL_PASSWD);
Expand Down

0 comments on commit 34ff085

Please sign in to comment.