chore: use cockroachdb v21 in tests (#7764)

This commit is contained in:
James Ward 2021-06-19 10:05:22 -04:00 committed by GitHub
parent 2356a459be
commit 449bad5ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,9 @@ services:
# cockroachdb
cockroachdb:
image: "cockroachdb/cockroach:v19.2.9"
image: "cockroachdb/cockroach:latest-v21.1"
container_name: "typeorm-cockroachdb"
command: start --insecure
command: start-single-node --insecure --cache=.25 --store=type=mem,size=.25 --logtostderr=NONE --log-dir=""
ports:
- "26257:26257"