From a9c335bafcce9b9e35733e3b821ec905d05ab552 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Thu, 16 Aug 2018 15:27:12 +0200 Subject: [PATCH] 8.11.4 'Carbon' (close #214) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d400eef..f68bca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM beevelop/base MAINTAINER Maik Hummel -ENV NODEJS_VERSION=8.11.2 \ +ENV NODEJS_VERSION=8.11.4 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"