diff --git a/deploy/compose/docker-compose.yml b/deploy/compose/docker-compose.yml index 982af82905..241c32fc37 100644 --- a/deploy/compose/docker-compose.yml +++ b/deploy/compose/docker-compose.yml @@ -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"] diff --git a/docs/docs/guides/installation/linux.mdx b/docs/docs/guides/installation/linux.mdx index 583aed61ab..d0a7bcba48 100644 --- a/docs/docs/guides/installation/linux.mdx +++ b/docs/docs/guides/installation/linux.mdx @@ -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 diff --git a/docs/docs/guides/installation/macos.mdx b/docs/docs/guides/installation/macos.mdx index d6cc1a6911..209ac73fe5 100644 --- a/docs/docs/guides/installation/macos.mdx +++ b/docs/docs/guides/installation/macos.mdx @@ -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