From 1251aebfbd45d720bb9c7b92262bbcabebc72644 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Wed, 30 Jan 2019 11:49:33 +0100 Subject: [PATCH] 10.15.1 'Dubnium' (LTS)(close #262) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23cf17d..7798b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=10.15.0 \ +ENV NODEJS_VERSION=10.15.1 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"