From 60803b52cbff8df5d2e935344042cc8758f655ed Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Thu, 19 Jul 2018 09:41:29 +0200 Subject: [PATCH] v10.7.0 (Current) @targos (close #211) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aaa99a2..97705a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=10.6.0 \ +ENV NODEJS_VERSION=10.7.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"