Skip to content

Commit b32929e

Browse files
committed
Upgrade node in the Docker image. Fixes Kong#62
1 parent 1b3966b commit b32929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:0.10-onbuild
1+
FROM node:6.9.2-onbuild
22

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

0 commit comments

Comments
 (0)