From c40f69f9c3ccc5c472d19439bc5a4324cbb75fb1 Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Fri, 22 Jun 2018 14:34:29 +0200 Subject: [PATCH] 10.5.0 (Current) @targos (close #205) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 847f150..17d9760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=10.3.0 \ +ENV NODEJS_VERSION=10.5.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"