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

Commit

Permalink
Fix #3642, Require node 8 for docker and in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed Feb 13, 2018
1 parent 457b6ea commit 2423408
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 2423408

Please sign in to comment.