You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/01/07 18:06:29 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: bump nodejs versions 10.15.0, 8.15.0, 6.16.0 (#106)

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

japetrsn 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 2c5c075  bump nodejs versions 10.15.0, 8.15.0, 6.16.0 (#106)
2c5c075 is described below

commit 2c5c07516862efca746827f59eb65ff0307acdbd
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Mon Jan 7 13:06:25 2019 -0500

    bump nodejs versions 10.15.0, 8.15.0, 6.16.0 (#106)
---
 core/nodejs10Action/Dockerfile  | 2 +-
 core/nodejs6Action/CHANGELOG.md | 2 +-
 core/nodejs6Action/Dockerfile   | 2 +-
 core/nodejs8Action/CHANGELOG.md | 2 +-
 core/nodejs8Action/Dockerfile   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index e6dce73..64e6ef5 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.14.2-stretch
+FROM node:10.15.0-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     unzip \
diff --git a/core/nodejs6Action/CHANGELOG.md b/core/nodejs6Action/CHANGELOG.md
index 12f40c8..e9b21ab 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.1](https://nodejs.org/en/blog/release/v6.15.1/)
+Node.js version = [6.16.0](https://nodejs.org/en/blog/release/v6.16.0/)
 
 ## 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 af13fc4..4a90496 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.1
+ENV NODE_VERSION 6.16.0
 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 5e4e0c7..1e2d61d 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/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 = [8.14.0](https://nodejs.org/en/blog/release/v8.14.0/)
+Node.js version = [8.15.0](https://nodejs.org/en/blog/release/v8.15.0/)
 
 ## 1.9.0 (Apache 1.12)
 Change: Update openwhisk npm package from `3.16.0` to `3.17.0`
diff --git a/core/nodejs8Action/Dockerfile b/core/nodejs8Action/Dockerfile
index 472f294..08ffc1c 100644
--- a/core/nodejs8Action/Dockerfile
+++ b/core/nodejs8Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:8.14.0
+FROM node:8.15.0
 RUN apt-get update && apt-get install -y \
     imagemagick \
     unzip \