Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 9ef7f53

Browse files
authored
Merge pull request #49 from adieuadieu/renovate/docker-circleci-node-6
chore(deps): update circleci/node docker image 6 digest (635b02)
2 parents bd01278 + f53abc5 commit 9ef7f53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# This job builds the base project directory (e.g. ~/package.json)
1010
build:
1111
docker:
12-
- image: circleci/node:6@sha256:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
12+
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
1313
steps:
1414
- checkout
1515
- restore_cache:
@@ -23,7 +23,7 @@ jobs:
2323
# This job runs the lint tool on the whole repository
2424
lint:
2525
docker:
26-
- image: circleci/node:6@sha256:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
26+
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
2727
steps:
2828
- checkout
2929
- restore_cache:
@@ -35,7 +35,7 @@ jobs:
3535
# runs the unit tests
3636
unit-test:
3737
docker:
38-
- image: circleci/node:6@sha256:b7b4d36305151c8ab2df017f516fb9cf3e67c46231911881fefc88117016a8b4
38+
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
3939
steps:
4040
- checkout
4141
- restore_cache:

0 commit comments

Comments
 (0)