Skip to content

Commit e895b1b

Browse files
committed
Upgrade MariaDB docker image to 10.8.3
1 parent 045b959 commit e895b1b

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/MariaDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MariaDatabase extends MySQLDatabase {
2121
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
2222
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
2323
*/
24-
public static final MariaDBContainer<?> maria = new MariaDBContainer<>( imageName( "mariadb", "10.7.3" ) )
24+
public static final MariaDBContainer<?> maria = new MariaDBContainer<>( imageName( "mariadb", "10.8.3" ) )
2525
.withUsername( DatabaseConfiguration.USERNAME )
2626
.withPassword( DatabaseConfiguration.PASSWORD )
2727
.withDatabaseName( DatabaseConfiguration.DB_NAME )

0 commit comments

Comments
 (0)