Skip to content

Commit

Permalink
Merge pull request #1340 from contentful/cimg-base-current
Browse files Browse the repository at this point in the history
fix: MEC-1030 upgrade to cimg/base:current
  • Loading branch information
jamesmbourne authored Jul 30, 2024
2 parents 860fa6a + 1705911 commit 7630f08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
jobs:
check:
docker:
- image: 'cimg/base:stable'
- image: 'cimg/base:current'
steps:
- checkout
- node/install:
Expand All @@ -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:
Expand All @@ -39,7 +39,7 @@ jobs:
npm run test:unit
test-integration:
docker:
- image: 'cimg/base:stable'
- image: 'cimg/base:current'
steps:
- checkout
- node/install:
Expand All @@ -51,7 +51,7 @@ jobs:
npm run test:integration
test-e2e:
docker:
- image: 'cimg/base:stable'
- image: 'cimg/base:current'
steps:
- checkout
- node/install:
Expand All @@ -63,7 +63,7 @@ jobs:
npm run test:e2e
release:
docker:
- image: 'cimg/base:stable'
- image: 'cimg/base:current'
steps:
- checkout
- node/install:
Expand Down

0 comments on commit 7630f08

Please sign in to comment.