This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b53258  Update nodejs to 6.11.4 (#2879)
0b53258 is described below

commit 0b532581a0be9abbfc02f06c5a5142132e2d4138
Author: Carlos Santana <csantan...@gmail.com>
AuthorDate: Fri Oct 20 20:24:01 2017 -0400

    Update nodejs to 6.11.4 (#2879)
---
 core/nodejs6Action/Dockerfile | 2 +-
 docs/reference.md             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index f58d4eb..cb9683d 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -1,2 +1,2 @@
-FROM openwhisk/nodejs6action:1.0.0
+FROM openwhisk/nodejs6action:1.1.0
 
diff --git a/docs/reference.md b/docs/reference.md
index 783b06e..3c1c523 100644
--- a/docs/reference.md
+++ b/docs/reference.md
@@ -206,8 +206,8 @@ For the `whisk.error()` you can return a rejected Promise 
(i.e. Promise.reject).
 
 ### JavaScript runtime environments
 
-JavaScript actions are executed by default in a Node.js version 6.9.1 
environment.  The 6.9.1 environment will also be used for an action if the 
`--kind` flag is explicitly specified with a value of 'nodejs:6' when 
creating/updating the action.
-The following packages are available to be used in the Node.js 6.9.1 
environment:
+JavaScript actions are executed by default in a Node.js version 6.11.4 
environment.  The 6.11.4 environment will also be used for an action if the 
`--kind` flag is explicitly specified with a value of 'nodejs:6' when 
creating/updating the action.
+The following packages are available to be used in the Node.js 6.11.4 
environment:
 
 - [apn v2.1.2](https://www.npmjs.com/package/apn) - A Node.js module for 
interfacing with the Apple Push Notification service.
 - [async v2.1.4](https://www.npmjs.com/package/async) - Provides functions for 
working with asynchronous functions.

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to