Skip to content

Commit bceea25

Browse files
chore(config.yml): Upgrade to a next-gen Docker convenience image.
https://circleci.com/docs/next-gen-migration-guide/
1 parent c20acfb commit bceea25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2 # use CircleCI 2.0
33
jobs: # a collection of steps
44
build: # runs not using Workflows must have a `build` job as entry point
55
docker: # run the steps with Docker
6-
- image: circleci/node:lts # ...with this image as the primary container; this is where all `steps` will run
6+
- image: cimg/node:lts # ...with this image as the primary container; this is where all `steps` will run
77
steps:
88
- checkout
99
- run:
@@ -52,7 +52,7 @@ jobs: # a collection of steps
5252

5353
docs:
5454
docker:
55-
- image: circleci/ruby:2.7.1-buster-node
55+
- image: cimg/ruby:2.7.1-buster-node
5656
environment:
5757
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
5858
steps:

0 commit comments

Comments
 (0)