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 Dec 12, 2022
1 parent c21d51c commit 4b44d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ jobs:

check-ruby-dockerfile-generation:
docker:
- image: circleci/ruby
- image: cimg/ruby:3.1
steps:
- checkout
- run:
Expand All @@ -15,7 +15,7 @@ jobs:

check-circle-dockerfile-generation:
docker:
- image: circleci/ruby
- image: cimg/ruby:3.1
steps:
- checkout
- run:
Expand All @@ -27,7 +27,7 @@ jobs:

build:
docker:
- image: circleci/ruby
- image: cimg/ruby:3.1
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 4b44d5d

Please sign in to comment.