Skip to content

Commit 56f51a0

Browse files
Merge pull request #569 from cornerstonejs/fix/broken-build-circle
fix(circleci): update circleci/node image
2 parents 2bca56d + 02e52f2 commit 56f51a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
defaults: &defaults
88
working_directory: ~/repo
99
docker:
10-
- image: circleci/node:latest-browsers
10+
- image: circleci/node@sha256:a80b0f7d12ed539c1c40dcdc454433a0a690f1972a038b0d4dc85eaa34fb48d8
1111

1212
jobs:
1313
checkout_code:

0 commit comments

Comments
 (0)