Skip to content

Commit

Permalink
fix: update crdb quickstart version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 3, 2020
1 parent 9996e76 commit 249a6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart-crdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- DSN=cockroach://root@cockroachd:26257/defaultdb?sslmode=disable&max_conns=20&max_idle_conns=4

cockroachd:
image: cockroachdb/cockroach:v2.1.6
image: cockroachdb/cockroach:v20.1.0
ports:
- "26257:26257"
command: start --insecure
Expand Down

0 comments on commit 249a6ba

Please sign in to comment.