Skip to content

Commit

Permalink
Update all non-major dependencies Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 25, 2021
1 parent 5854f32 commit e7e13a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v19.2.11
- image: cockroachdb/cockroach:v19.2.12
command: ['start', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand All @@ -187,7 +187,7 @@ jobs:
- <<: *node-image
environment:
- DATABASE_URL=postgresql://root@localhost:26257/circle_test
- image: cockroachdb/cockroach:v20.2.3
- image: cockroachdb/cockroach:v20.2.4
command: ['start-single-node', '--insecure', '--host=localhost']
steps:
- <<: *restore
Expand Down

0 comments on commit e7e13a0

Please sign in to comment.