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 @@ -16,7 +16,7 @@ class CockroachDBDatabase implements TestableDatabase {
16
16
17
17
public static CockroachDBDatabase INSTANCE = new CockroachDBDatabase ();
18
18
19
- public final static String IMAGE_NAME = "cockroachdb/cockroach:v20.2.5 " ;
19
+ public final static String IMAGE_NAME = "cockroachdb/cockroach:v20.2.8 " ;
20
20
21
21
/**
22
22
* Holds configuration for the CockroachDB database container. If the build is run with <code>-Pdocker</code> then
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ configured to run the tests:
120
120
```
121
121
podman run --rm --name=HibernateTestingCockroachDB \
122
122
--hostname=roachrr1 -p 26257:26257 -p 8080:8080 \
123
- cockroachdb/cockroach:v20.2.5 start-single-node --insecure
123
+ cockroachdb/cockroach:v20.2.8 start-single-node --insecure
124
124
```
125
125
126
126
Some of tests needs temporary tables and because this is an experimental feature in
You can’t perform that action at this time.
0 commit comments