From 482718bc91ed9ae5cc61d9f46da01468579842ab Mon Sep 17 00:00:00 2001 From: Maik Hummel Date: Sun, 17 Sep 2017 22:43:55 +0200 Subject: [PATCH] v8.5.0 (Current) Release (close #137) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 688e66f..ddb0ead 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM beevelop/base MAINTAINER Maik Hummel -ENV NODEJS_VERSION=8.4.0 \ +ENV NODEJS_VERSION=8.5.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"