From c867fc20544fc94ba5e13588802bfa9003691696 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Fri, 21 Dec 2018 07:46:59 +0100 Subject: [PATCH] 8.14.1 'Carbon' (LTS) (close #271) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8407d50..31865ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/android -ENV NODEJS_VERSION=8.14.0 \ +ENV NODEJS_VERSION=8.14.1 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"