Skip to content

Commit

Permalink
chore(deps): update cockroachdb/cockroach docker tag to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 42333a5 commit f0fb187
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v1.1.9
- image: cockroachdb/cockroach:v23.2.2
command: ['start', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -175,7 +175,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v2.1.11
- image: cockroachdb/cockroach:v23.2.2
command: ['start', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -188,7 +188,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v19.2.12
- image: cockroachdb/cockroach:v23.2.2
command: ['start', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -201,7 +201,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v20.2.18
- image: cockroachdb/cockroach:v23.2.2
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -214,7 +214,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v21.2.3
- image: cockroachdb/cockroach:v23.2.2
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
save=true
save-exact=true

0 comments on commit f0fb187

Please sign in to comment.