Skip to content

Commit

Permalink
updated Dockerfile to node@4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guumaster committed Sep 21, 2015
1 parent 6f5995a commit d48125e
Showing 1 changed file with 1 addition 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 nodesource/node:4.0
FROM nodesource/node:4.1

WORKDIR /app
ADD package.json /app/package.json
Expand Down

0 comments on commit d48125e

Please sign in to comment.