Skip to content

Commit

Permalink
Upgrade node in the Docker image. Fixes Kong#62
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlow committed Dec 16, 2016
1 parent 1b3966b commit b32929e
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 node:0.10-onbuild
FROM node:6.9.2-onbuild

RUN npm config set mockbin:redis redis://redis:6379
EXPOSE 8080

0 comments on commit b32929e

Please sign in to comment.