Skip to content

Commit

Permalink
Merge pull request #301 from koic/use_cimg_ruby_instead_of_circleci_ruby
Browse files Browse the repository at this point in the history
Use `cimg/ruby` instead of deprecated `circleci/ruby` image
  • Loading branch information
koic committed Aug 31, 2022
2 parents 84ac065 + 0422da6 commit 975d32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
image:
description: "Name of the Docker image."
type: string
default: "circleci/ruby"
default: "cimg/ruby:3.1"
docker:
- image: << parameters.image >>
environment:
Expand All @@ -23,7 +23,7 @@ jobs:
# Miscellaneous tasks
documentation-checks:
docker:
- image: circleci/ruby
- image: cimg/ruby:3.1
steps:
- checkout
- run: bundle install
Expand Down

0 comments on commit 975d32a

Please sign in to comment.