Skip to content

Commit 8c7ab38

Browse files
committed
Merge pull request #5 from ilivebox/lts-4.4.4
Update for Node.js v4.4.4
2 parents 0a284b3 + bad8b9c commit 8c7ab38

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
@@ -2,7 +2,7 @@
22
FROM heroku/cedar:14
33

44
# Set Node Version
5-
ENV NODE_ENGINE 4.4.3
5+
ENV NODE_ENGINE 4.4.4
66

77
# Set the PATH for Node (inc npm) and any installed runnables
88
ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This hasn't happened yet and so I'm not totally sure exactly which builds get re
3333
The Dockerfile in your project should look something like this for basic usage
3434

3535
```
36-
FROM FROM binarytales/heroku-nodejs:5.6.0
36+
FROM binarytales/heroku-nodejs:5.6.0
3737
3838
ADD package.json /app/user/
3939
RUN /app/heroku/node/bin/npm install

0 commit comments

Comments
 (0)