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.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 24, 2019
1 parent 195d292 commit 90fc17e
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.15.0@sha256:b38dc27ed833ffc52502028ce24e87ed61a16adf9b6582270e302f506dc1d2a7
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.15.0@sha256:b38dc27ed833ffc52502028ce24e87ed61a16adf9b6582270e302f506dc1d2a7
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.15.0@sha256:b38dc27ed833ffc52502028ce24e87ed61a16adf9b6582270e302f506dc1d2a7
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.15.0@sha256:cb66110c9c7d84bae9a6db8675f49d5c9e34d528023ef185b186e29ae5461051

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

0 comments on commit 90fc17e

Please sign in to comment.