We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7cb85 commit 4ed60caCopy full SHA for 4ed60ca
1 file changed
modules/jpa/src/testFixtures/java/com/loopers/testcontainers/MySqlTestContainersConfig.java
@@ -10,7 +10,7 @@ public class MySqlTestContainersConfig {
10
private static final MySQLContainer<?> mySqlContainer;
11
12
static {
13
- mySqlContainer = new MySQLContainer<>(DockerImageName.parse("mysql:5.7"))
+ mySqlContainer = new MySQLContainer<>(DockerImageName.parse("mysql:8.0"))
14
.withDatabaseName("loopers")
15
.withUsername("test")
16
.withPassword("test")
0 commit comments