Dockerfile: update to node 4.2.1

This commit is contained in:
Roman Shtylman
2015-10-27 22:26:54 -07:00
parent 17714f243a
commit 17330a8751

View File

@@ -1,4 +1,4 @@
FROM mhart/alpine-iojs:2.5.0
FROM mhart/alpine-node:4.2.1
RUN mkdir -p /app
WORKDIR /app