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 187bc03
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 18, 2018
1 parent 0176b1c commit 5f30a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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:8ffd8da1f6f255f8d4022290c5b7b59e302b9c9df97d4e7cd08b1fae90f1aaae
- image: circleci/node:8.12.0@sha256:187bc0367ad3024d6dee30cd1f71b38fd566b563121b157a091a89923c279556
working_directory: ~/screenshots
steps:
- checkout
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- run: bash <(curl -s https://codecov.io/bash)
deploy_dev:
docker:
- image: circleci/node:8.12.0@sha256:8ffd8da1f6f255f8d4022290c5b7b59e302b9c9df97d4e7cd08b1fae90f1aaae
- image: circleci/node:8.12.0@sha256:187bc0367ad3024d6dee30cd1f71b38fd566b563121b157a091a89923c279556
steps:
- setup_remote_docker
- attach_workspace:
Expand All @@ -134,7 +134,7 @@ jobs:
./bin/release-version dev
deploy_stage:
docker:
- image: circleci/node:8.12.0@sha256:8ffd8da1f6f255f8d4022290c5b7b59e302b9c9df97d4e7cd08b1fae90f1aaae
- image: circleci/node:8.12.0@sha256:187bc0367ad3024d6dee30cd1f71b38fd566b563121b157a091a89923c279556
steps:
- setup_remote_docker
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.12.0@sha256:7b65413af120ec5328077775022c78101f103258a1876ec2f83890bce416e896
FROM node:8.12.0@sha256:06c7033a274aab131b07e7b8da8d1f823ee752a6e1e2bd46c0b459921ab2c39a

COPY package.json /app/
COPY build/server /app/build/server
Expand Down

0 comments on commit 5f30a80

Please sign in to comment.