From b723487674335a75119a709a4338867885f58216 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Wed, 17 Oct 2018 17:20:38 +0200 Subject: [PATCH] 10.12.0 (Current) @targos (close #243) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7eb915a..f1052c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/android -ENV NODEJS_VERSION=10.10.0 \ +ENV NODEJS_VERSION=10.12.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"