From c0bb0899ab44cea4fea0cb92cc669b872d1a3740 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Fri, 15 Feb 2019 16:33:30 +0100 Subject: [PATCH] 11.10.0 (Current) (close #263) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 615a8e7..4718584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=11.8.0 \ +ENV NODEJS_VERSION=11.10.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"