From 1705911a4dd759cb5fdf28bdbf298b9064213165 Mon Sep 17 00:00:00 2001 From: James Bourne Date: Mon, 29 Jul 2024 15:51:01 +0200 Subject: [PATCH] fix: MEC-1030 upgrade to cimg/base:current Automated PR from multi-gitter on behalf of Team Mechagodzilla to replace deprecated `cimg/base:latest` with `cimg/base:current` --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd0de597..b4dec6ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: jobs: check: docker: - - image: 'cimg/base:stable' + - image: 'cimg/base:current' steps: - checkout - node/install: @@ -27,7 +27,7 @@ jobs: npm run test:typescript-declaration test-unit: docker: - - image: 'cimg/base:stable' + - image: 'cimg/base:current' steps: - checkout - node/install: @@ -39,7 +39,7 @@ jobs: npm run test:unit test-integration: docker: - - image: 'cimg/base:stable' + - image: 'cimg/base:current' steps: - checkout - node/install: @@ -51,7 +51,7 @@ jobs: npm run test:integration test-e2e: docker: - - image: 'cimg/base:stable' + - image: 'cimg/base:current' steps: - checkout - node/install: @@ -63,7 +63,7 @@ jobs: npm run test:e2e release: docker: - - image: 'cimg/base:stable' + - image: 'cimg/base:current' steps: - checkout - node/install: