Skip to content

Commit

Permalink
chore: pin version of cockroach to a known good version (typeorm#6585)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames authored and Svetlozar committed Jan 12, 2021
1 parent 62a7484 commit 40d0053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -108,7 +108,7 @@ jobs:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
- image: cockroachdb/cockroach:latest
- image: cockroachdb/cockroach:v19.2.9
name: cockroachdb
command: start --insecure
- image: circleci/mongo:3.4.18
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -62,7 +62,7 @@ services:

# cockroachdb
cockroachdb:
image: "cockroachdb/cockroach-unstable:v19.1.0-rc.2"
image: "cockroachdb/cockroach:v19.2.9"
container_name: "typeorm-cockroachdb"
command: start --insecure
ports:
Expand Down

0 comments on commit 40d0053

Please sign in to comment.