Skip to content

Commit

Permalink
Use cimg/ruby instead of deprecated circleci/ruby image
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Aug 31, 2022
1 parent 557f625 commit babc4c0
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 babc4c0

Please sign in to comment.