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 2fc3cb6 (#5194)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jaredhirsch committed Nov 19, 2018
1 parent f49415e commit f9bf8ea
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
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 f9bf8ea

Please sign in to comment.