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 Feb 7, 2019
1 parent 780b0ee commit 942dfe8
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:36aeeb280a85cff4e888c49bf0dfdb86084e6158ae8fd106e397542edaa08d0a
- image: node:latest@sha256:925e024f6129a5e2464f602d97bbec630df9e466c6761bed097a7797093e9297
steps:
- run:
name: Versions
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
node-v6:
<<: *node-base
docker:
- image: node:6@sha256:b567cbc706f6d8f498adc0b056f3e904043478a2c814124af62fc9f18ffcb9c2
- image: node:6@sha256:dd25447fc1c3f93855f1f66450fb0e3bbc2ff600f798461ec9181597d4bc02e6
node-v8:
<<: *node-base
docker:
- image: node:8@sha256:cb66110c9c7d84bae9a6db8675f49d5c9e34d528023ef185b186e29ae5461051
- image: node:8@sha256:bc06ee80c96a740deb50b353b1a8468249516b43819d8f217e39d12140f5ef8a
node-v10:
<<: *node-base
docker:
- image: node:10@sha256:94c90424c2a44ea72daaed746540fb39a44c56310d530b2760281a457b0e6846
- image: node:10@sha256:281afcbb415a26b1366496c8f139c3590fa1e9a2eea57deed3e3d8317263d34f

0 comments on commit 942dfe8

Please sign in to comment.