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

Commit

Permalink
Merge pull request #33 from adieuadieu/renovate/pin-docker-digests
Browse files Browse the repository at this point in the history
chore(deps): pin dockerfile circleci/node:6 image digest
  • Loading branch information
adieuadieu authored Mar 28, 2018
2 parents ff31909 + 0ba11a9 commit e3805af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# This job builds the base project directory (e.g. ~/package.json)
build:
docker:
- image: circleci/node:6
- image: circleci/node:6@sha256:e49c8c74394f369f60e24d0dec65b4097058769d68e44536a96bcfc67e934d01
steps:
- checkout
- restore_cache:
Expand All @@ -23,7 +23,7 @@ jobs:
# This job runs the lint tool on the whole repository
lint:
docker:
- image: circleci/node:6
- image: circleci/node:6@sha256:e49c8c74394f369f60e24d0dec65b4097058769d68e44536a96bcfc67e934d01
steps:
- checkout
- restore_cache:
Expand All @@ -35,7 +35,7 @@ jobs:
# runs the unit tests
unit-test:
docker:
- image: circleci/node:6
- image: circleci/node:6@sha256:e49c8c74394f369f60e24d0dec65b4097058769d68e44536a96bcfc67e934d01
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit e3805af

Please sign in to comment.