From bceea2539a8e710d5c4e8968818bde99b0c0bca8 Mon Sep 17 00:00:00 2001 From: Adrian Mejia Date: Mon, 19 Dec 2022 21:46:14 -0500 Subject: [PATCH] chore(config.yml): Upgrade to a next-gen Docker convenience image. https://circleci.com/docs/next-gen-migration-guide/ --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2fcb55b..d7c3e399 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy