Skip to content

Commit

Permalink
Merge pull request #1301 from atalman/fix_ruby_image
Browse files Browse the repository at this point in the history
Fix ruby circleci image
  • Loading branch information
atalman authored Feb 22, 2023
2 parents 571ebfa + 4070504 commit 191b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:2.6-node
- image: cimg/ruby:2.7-node
steps:
- run:
name: Checkout
Expand Down

0 comments on commit 191b3ff

Please sign in to comment.