Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
ci(docker): update node docker digests in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2019
1 parent 35d5b88 commit 48940b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2
jobs:
node-base: &node-base
docker:
- image: node:latest@sha256:e5a9975f38cd9fbd412f6fe608c8dfdb1a31606ae10a42be29fb92affd0eb556
- image: node:latest@sha256:ce2fa85adcf94c2366f2d8dfe1f6471451020f8bdb663c691192fddcceacc978
steps:
- run:
name: Versions
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
node-v6:
<<: *node-base
docker:
- image: node:6@sha256:8008153e3020015feaba9a2e59434bec10243bb182f2001c5ca61cb40a09a053
- image: node:6@sha256:e133e66ec3bfc98da0440e552f452e5cdf6413319d27a2db3b01ac4b319759b3
node-v8:
<<: *node-base
docker:
- image: node:8@sha256:3dc377430ed62815eac3d97f08f3760bca89250c6168515e4e5e03d892745825
- image: node:8@sha256:d16c9fcf0b4f219aad05d74ffeeed7a56874c2737b19c06887771634204224c4
node-v10:
<<: *node-base
docker:
- image: node:10@sha256:dbe1830d4a8b5ec8226b1cb4a760f9e53696130f76bd4c2e5785e13eba19993b
- image: node:10@sha256:426b56c4c971328320cd89c5bbe15d8701fb7135d8c4394336cf21122f1d9133

0 comments on commit 48940b6

Please sign in to comment.