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 {
2525 * TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
2626 * at `$HOME/.testcontainers.properties` (create the file if it does not exist).
2727 */
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 " ) )
2929 // Username, password and database are not supported by test container at the moment
3030 // Testcontainers will use a database named 'postgres' and the 'root' user
3131 .withReuse ( true );
You can’t perform that action at this time.
0 commit comments