diff --git a/Dockerfile b/Dockerfile index a972486..293e894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM beevelop/base -ENV NODEJS_VERSION=8.14.1 \ +ENV NODEJS_VERSION=8.15.0 \ PATH=$PATH:/opt/node/bin WORKDIR "/opt/node"