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

csantanapr 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 cab3252  update nodejs8 and nodejs6 (#35)
cab3252 is described below

commit cab325248b7c4e8f76bca96acb0706f55ea38c8b
Author: Eric Weiterman <ewei...@us.ibm.com>
AuthorDate: Fri Apr 13 11:25:25 2018 -0400

    update nodejs8 and nodejs6 (#35)
---
 core/nodejs6Action/CHANGELOG.md | 5 +++++
 core/nodejs6Action/Dockerfile   | 2 +-
 core/nodejs8Action/CHANGELOG.md | 5 +++++
 core/nodejs8Action/Dockerfile   | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index fd45366..6fe8f75 100644
--- a/core/nodejs6Action/CHANGELOG.md
+++ b/core/nodejs6Action/CHANGELOG.md
@@ -1,5 +1,10 @@
 # NodeJS 6 OpenWhisk Runtime Container
 
+## 1.9.0
+Change: Update Node.js
+
+Node.js version = 6.14.1
+
 ## 1.8.0
 Change: Update Node.js
 
diff --git a/core/nodejs6Action/Dockerfile b/core/nodejs6Action/Dockerfile
index ccafce4..86a25c6 100644
--- a/core/nodejs6Action/Dockerfile
+++ b/core/nodejs6Action/Dockerfile
@@ -1,7 +1,7 @@
 FROM nodejsactionbase
 
 # based on https://github.com/nodejs/docker-node
-ENV NODE_VERSION 6.14.0
+ENV NODE_VERSION 6.14.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"
diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index e25e2b3..d8eef5a 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -1,5 +1,10 @@
 # NodeJS 8 OpenWhisk Runtime Container
 
+## 1.6.0
+Change: Update Node.js
+
+Node.js version = 8.11.1
+
 ## 1.5.0
 Change: Update Node.js
 
diff --git a/core/nodejs8Action/Dockerfile b/core/nodejs8Action/Dockerfile
index d286ec7..6d5e772 100644
--- a/core/nodejs8Action/Dockerfile
+++ b/core/nodejs8Action/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:8.11.0
+FROM node:8.11.1
 RUN apt-get update && apt-get install -y \
     imagemagick \
     unzip \

-- 
To stop receiving notification emails like this one, please contact
csantan...@apache.org.

Reply via email to