File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class MariaDatabase implements TestableDatabase {
10
10
11
11
static MariaDatabase INSTANCE = new MariaDatabase ();
12
12
13
- public final static String IMAGE_NAME = "mariadb:10.5.8 " ;
13
+ public final static String IMAGE_NAME = "mariadb:10.5.9 " ;
14
14
15
15
/**
16
16
* Holds configuration for the MariaDB database container. If the build is run with <code>-Pdocker</code> then
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ and schema to run the tests:
66
66
```
67
67
podman run --rm --name HibernateTestingMariaDB \
68
68
-e MYSQL_ROOT_PASSWORD=hreact -e MYSQL_DATABASE=hreact -e MYSQL_USER=hreact -e MYSQL_PASSWORD=hreact \
69
- -p 3306:3306 mariadb:10.5.8
69
+ -p 3306:3306 mariadb:10.5.9
70
70
```
71
71
72
72
When the database has started, you can run the tests on MariaDB with:
You can’t perform that action at this time.
0 commit comments