From 61b88ac53a233e4eb69e203ad1c45e46aaf28b8a Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Mon, 10 Dec 2018 21:13:14 +0100 Subject: [PATCH] 11.4.0 (Current) @BridgeAR (close #265) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c391988..289a625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/android -ENV NODEJS_VERSION=11.3.0 \ +ENV NODEJS_VERSION=11.4.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"