From bb113d4493fc0342d242692d004cbb6b3912a1d9 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Fri, 6 May 2016 07:26:54 +0200 Subject: [PATCH] Update Node.js to v6.1.0 (close #52) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f074d2..6bdfa96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM beevelop/base MAINTAINER Maik Hummel -ENV NODEJS_VERSION=6.0.0 \ +ENV NODEJS_VERSION=6.1.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"