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

Commit

Permalink
Merge pull request #4107 from mozilla-services/3642-node-8
Browse files Browse the repository at this point in the history
Fix #3642, Require node 8 for docker and in package.json
  • Loading branch information
chenba authored Feb 14, 2018
2 parents 457b6ea + 2423408 commit f58f4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7
FROM node:8

COPY package.json /app/
COPY build/server /app/build/server
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"uglifyify": "4.0.4",
"web-ext": "2.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://screenshots.firefox.com",
"license": "MPL-2.0",
"repository": {
Expand Down

0 comments on commit f58f4c9

Please # to comment.