From d59a2d6c8c2c6db8026f608f55f375fb75ff2d62 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Thu, 16 Aug 2018 15:27:56 +0200 Subject: [PATCH] 6.14.4 'Boron' (close #213) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a766b81..47783f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM beevelop/base MAINTAINER Maik Hummel -ENV NODEJS_VERSION=6.14.2 \ +ENV NODEJS_VERSION=6.14.4 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"