Skip to content

Commit 7af6e0b

Browse files
committed
Upgrade MySQL docker image to 8.0.30
1 parent e895b1b commit 7af6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/MySQLDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class MySQLDatabase implements TestableDatabase {
8282
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
8383
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
8484
*/
85-
public static final MySQLContainer<?> mysql = new MySQLContainer<>( imageName( "mysql", "8.0.28") )
85+
public static final MySQLContainer<?> mysql = new MySQLContainer<>( imageName( "mysql", "8.0.30") )
8686
.withUsername( DatabaseConfiguration.USERNAME )
8787
.withPassword( DatabaseConfiguration.PASSWORD )
8888
.withDatabaseName( DatabaseConfiguration.DB_NAME )

0 commit comments

Comments
 (0)