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 Mar 28, 2019
1 parent b32dfc4 commit 68df7d2
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:5f8540d908ecbf82538cb9f02152bd0650d59f6b58072bb70e8a2072906915b5
- image: node:latest@sha256:53caf7b35b949f365fdec7b599e495f125d6e3a54104caf05594a82e01343146
steps:
- run:
name: Versions
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
node-v6:
<<: *node-base
docker:
- image: node:6@sha256:c0e30fbe701b6c2694e33e7a3b004508f826207e9dff65e6815e16c914356daf
- image: node:6@sha256:4cdd9c14c85fee47fc48f5f660949ba761992f97abdf523161e110e63821a77c
node-v8:
<<: *node-base
docker:
- image: node:8@sha256:c151597d05a3c8c4e7b2e988f71c8cd645235d96f39a47b16b1930ef9e7a5aab
- image: node:8@sha256:918f0be3932f555cd2645ca828b9c231a2dab10d9cf2dbb58896411207bbe52f
node-v10:
<<: *node-base
docker:
- image: node:10@sha256:8dee5aba1bf0a2d5cf036f43d3daac165d6026bf75bff63236e5693023872a62
- image: node:10@sha256:dbe1830d4a8b5ec8226b1cb4a760f9e53696130f76bd4c2e5785e13eba19993b

0 comments on commit 68df7d2

Please sign in to comment.