Skip to content

Commit 354bec0

Browse files
committed
[#733] Upgrade CockroachDB to 20.2.8
1 parent f540ff3 commit 354bec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/CockroachDBDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CockroachDBDatabase implements TestableDatabase {
1616

1717
public static CockroachDBDatabase INSTANCE = new CockroachDBDatabase();
1818

19-
public final static String IMAGE_NAME = "cockroachdb/cockroach:v20.2.5";
19+
public final static String IMAGE_NAME = "cockroachdb/cockroach:v20.2.8";
2020

2121
/**
2222
* Holds configuration for the CockroachDB database container. If the build is run with <code>-Pdocker</code> then

podman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ configured to run the tests:
120120
```
121121
podman run --rm --name=HibernateTestingCockroachDB \
122122
--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
124124
```
125125

126126
Some of tests needs temporary tables and because this is an experimental feature in

0 commit comments

Comments
 (0)