From 0413e9341c036a1719cb73678afec1378292632b Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Sat, 16 Feb 2019 15:02:19 +0100 Subject: [PATCH] 11.10.0 (Current) (close #290) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 587279b..bb5747b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/android -ENV NODEJS_VERSION=11.9.0 \ +ENV NODEJS_VERSION=11.10.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"