File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class CockroachDBDatabase extends PostgreSQLDatabase {
25
25
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
26
26
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
27
27
*/
28
- public static final CockroachContainer cockroachDb = new CockroachContainer ( imageName ( "cockroachdb/cockroach" , "v21.2.4 " ) )
28
+ public static final CockroachContainer cockroachDb = new CockroachContainer ( imageName ( "cockroachdb/cockroach" , "v21.2.14 " ) )
29
29
// Username, password and database are not supported by test container at the moment
30
30
// Testcontainers will use a database named 'postgres' and the 'root' user
31
31
.withReuse ( true );
You can’t perform that action at this time.
0 commit comments