Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 33396b5

Browse files
authored
Bump node version (#431)
1 parent dda7f09 commit 33396b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:5.10.0
1+
FROM node:6.3
22

33
ENV NODE_ENV production
44
ENV API_URL http://api.quran.com:3000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"analyze:json": "webpack-bundle-size-analyzer bundle-stats.json"
2323
},
2424
"engines": {
25-
"node": ">= 5.1.0"
25+
"node": ">= 6.3.0"
2626
},
2727
"dependencies": {
2828
"app-module-path": "^1.0.2",

0 commit comments

Comments
 (0)