From 5f538cd7bcab0e803cd89064ee6470b36dd74d6c Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 31 Aug 2022 10:40:49 +0900 Subject: [PATCH] Use `cimg/ruby` instead of deprecated `circleci/ruby` image Follow up https://github.com/rubocop/rubocop-performance/commit/f2b1319f. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a663940d0f..c25a4e459e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: image: description: "Name of the Docker image." type: string - default: "circleci/ruby" + default: "cimg/ruby" docker: - image: << parameters.image >> environment: @@ -23,7 +23,7 @@ jobs: # Miscellaneous tasks documentation-checks: docker: - - image: circleci/ruby + - image: cimg/ruby steps: - checkout - run: bundle install