From 916a8a811dc012f5435375897d17292cb75915d9 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Sat, 19 Jan 2019 20:26:50 +0100 Subject: [PATCH] v11.7.0 (Current) Release (close #256) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 727577d..dd491a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=11.5.0 \ +ENV NODEJS_VERSION=11.7.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"