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

Commit

Permalink
Update Node.js to v8.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2018
1 parent 2f07b1d commit 6a46b81
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
- image: circleci/node:8.14.1@sha256:a0944ec92586c87618362466d65542cd61010ea3243255488ff3515cc201ec0e
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
- image: circleci/node:8.14.1@sha256:a0944ec92586c87618362466d65542cd61010ea3243255488ff3515cc201ec0e
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:2fc3cb65ca0699557c5ab804d8d41ee9a973b1cb8c4e7c57906215d040c99bfc
- image: circleci/node:8.14.1@sha256:a0944ec92586c87618362466d65542cd61010ea3243255488ff3515cc201ec0e
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:06c7033a274aab131b07e7b8da8d1f823ee752a6e1e2bd46c0b459921ab2c39a
FROM node:8.14.1@sha256:5a9c6cf93c5ed21d151513c6e80cec8c339412bfc029f1806c40602a2a3e80a9

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

0 comments on commit 6a46b81

Please sign in to comment.