Skip to content

Commit

Permalink
fix: Update to latest Ruby 2.6 image (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy authored Jan 27, 2022
1 parent d3f9c00 commit f57d523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
appraisal:
type: string
docker:
- image: circleci/ruby:2.6-node
- image: cimg/ruby:2.6.9-node
environment:
BUNDLE_APP_CONFIG: .bundle
steps:
Expand All @@ -74,7 +74,7 @@ jobs:
appraisal:
type: string
docker:
- image: circleci/ruby:2.6-node
- image: cimg/ruby:2.6.9-node
environment:
BUNDLE_APP_CONFIG: .bundle
steps:
Expand All @@ -87,7 +87,7 @@ jobs:
- run: yarn lint
release:
docker:
- image: circleci/ruby:2.6-node
- image: cimg/ruby:2.6.9-node
steps:
- checkout
- bundle-install
Expand Down

0 comments on commit f57d523

Please sign in to comment.