Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(config.yml): Upgrade to a next-gen Docker convenience image.
  • Loading branch information
amejiarosario authored Dec 20, 2022
commit bceea2539a8e710d5c4e8968818bde99b0c0bca8
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2 # use CircleCI 2.0
jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
docker: # run the steps with Docker
- image: circleci/node:lts # ...with this image as the primary container; this is where all `steps` will run
- image: cimg/node:lts # ...with this image as the primary container; this is where all `steps` will run
steps:
- checkout
- run:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs: # a collection of steps

docs:
docker:
- image: circleci/ruby:2.7.1-buster-node
- image: cimg/ruby:2.7.1-buster-node
environment:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
steps:
Expand Down