Skip to content

Commit

Permalink
pin a specific mysql version until bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Jan 19, 2024
1 parent dfb43f6 commit 6555e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class AbstractMysqlIntegrationTest {
private static final MySQLContainer<?> mysqlContainer;

static {
mysqlContainer = new MySQLContainer<>(DockerImageName.parse("mysql:latest"));
mysqlContainer = new MySQLContainer<>(DockerImageName.parse("mysql:8.2.0"));
mysqlContainer.start();
}

Expand Down

0 comments on commit 6555e9c

Please sign in to comment.