update cr version in docs and compose

This commit is contained in:
Elio Bischof
2022-06-01 11:01:12 +02:00
parent dad9adfcb2
commit b1be4333d9
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ services:
restart: always
networks:
- zitadel
image: cockroachdb/cockroach:v21.2.5
image: cockroachdb/cockroach:v22.1.0
command: start-single-node --insecure --listen-addr=0.0.0.0
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health?ready=1"]

View File

@@ -1,7 +1,7 @@
## Download The CockroachDB binary
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
ZITADEL is tested against CockroachDB v21.2.8.
ZITADEL is tested against CockroachDB v22.1.0.
## Run CockroachDB and ZITADEL

View File

@@ -1,7 +1,7 @@
## Download The CockroachDB binary
Download a `cockroach` binary as described [here](https://www.cockroachlabs.com/docs/v21.2/install-cockroachdb).
ZITADEL is tested against CockroachDB v21.2.8.
ZITADEL is tested against CockroachDB v22.1.0.
## Run CockroachDB and ZITADEL