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

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


The following commit(s) were added to refs/heads/master by this push:
     new 92503cb  bump nodejs:6 from 6.15.0 to 6.15.1 (#102)
92503cb is described below

commit 92503cb146a6db0fc394d863fe40c545a7804ed0
Author: Carlos Santana <[email protected]>
AuthorDate: Mon Dec 3 16:55:32 2018 -0500

    bump nodejs:6 from 6.15.0 to 6.15.1 (#102)
---
 core/nodejs6Action/CHANGELOG.md | 2 +-
 core/nodejs6Action/Dockerfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index 6488923..12f40c8 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -26,7 +26,7 @@ Changes:
 
 - [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript 
client library for the OpenWhisk platform. Provides a wrapper around the 
OpenWhisk APIs.
 
-Node.js version = [6.15.0](https://nodejs.org/en/blog/release/v6.15.0/)
+Node.js version = [6.15.1](https://nodejs.org/en/blog/release/v6.15.1/)
 
 ## 1.12.0
 Change: Update npm openwhisk package from `3.16.0` to `3.17.0`
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index 4eea9c0..af13fc4 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -18,7 +18,7 @@
 FROM nodejsactionbase
 
 # based on https://github.com/nodejs/docker-node
-ENV NODE_VERSION 6.15.0
+ENV NODE_VERSION 6.15.1
 RUN curl -SLO 
"https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz"; \
   && tar -xzf "node-v$NODE_VERSION-linux-x64.tar.gz" -C /usr/local 
--strip-components=1 \
   && rm "node-v$NODE_VERSION-linux-x64.tar.gz"

Reply via email to