Skip to content

Commit 9414eb9

Browse files
committed
Use cimg/ruby instead of deprecated circleci/ruby image
Follow up rubocop/rubocop-performance#301
1 parent bceaa02 commit 9414eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
image:
77
description: "Name of the Docker image."
88
type: string
9-
default: "circleci/ruby"
9+
default: "cimg/ruby:3.1"
1010
docker:
1111
- image: << parameters.image >>
1212
environment:
@@ -23,7 +23,7 @@ jobs:
2323
# Miscellaneous tasks
2424
documentation-checks:
2525
docker:
26-
- image: circleci/ruby
26+
- image: cimg/ruby:3.1
2727
steps:
2828
- checkout
2929
- run: bundle install

0 commit comments

Comments
 (0)