Skip to content

Commit 0422da6

Browse files
committed
Use cimg/ruby instead of deprecated circleci/ruby image
Follow up f2b1319f.
1 parent 84ac065 commit 0422da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
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)