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

Commit

Permalink
Update circleci/node:8.12.0 Docker digest to 09a58e5 (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jaredhirsch committed Oct 22, 2018
1 parent ed9cb6d commit 402ea6b
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.12.0@sha256:07af4aaff2e484f6d0c8ac5159a55a2f1f75a477ec7548faf0ae38c8d5598573
- image: circleci/node:8.12.0@sha256:09a58e532eadcf4ed349e5616715e84e27ffc29df0d806dfba348e74078a027b
working_directory: ~/screenshots
steps:
- checkout
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash)
deploy_dev:
docker:
- image: circleci/node:8.12.0@sha256:07af4aaff2e484f6d0c8ac5159a55a2f1f75a477ec7548faf0ae38c8d5598573
- image: circleci/node:8.12.0@sha256:09a58e532eadcf4ed349e5616715e84e27ffc29df0d806dfba348e74078a027b
steps:
- setup_remote_docker
- attach_workspace:
Expand All @@ -126,7 +126,7 @@ jobs:
./bin/release-version dev
deploy_stage:
docker:
- image: circleci/node:8.12.0@sha256:07af4aaff2e484f6d0c8ac5159a55a2f1f75a477ec7548faf0ae38c8d5598573
- image: circleci/node:8.12.0@sha256:09a58e532eadcf4ed349e5616715e84e27ffc29df0d806dfba348e74078a027b
steps:
- setup_remote_docker
- attach_workspace:
Expand Down

0 comments on commit 402ea6b

Please sign in to comment.