You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/12/15 17:52:33 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: bump nodejs from 10.14.0 to 10.14.2 (#103)

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 b26e081  bump nodejs from 10.14.0 to  10.14.2 (#103)
b26e081 is described below

commit b26e081722b5a35510f1de1acbf926db11e8c3e6
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Sat Dec 15 09:52:29 2018 -0800

    bump nodejs from 10.14.0 to  10.14.2 (#103)
---
 core/nodejs10Action/CHANGELOG.md | 2 +-
 core/nodejs10Action/Dockerfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md
index 964032a..7beca7f 100644
--- a/core/nodejs10Action/CHANGELOG.md
+++ b/core/nodejs10Action/CHANGELOG.md
@@ -25,4 +25,4 @@ 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 = [10.14.0](https://nodejs.org/en/blog/release/v10.14.0/)
+Node.js version = [10.14.2](https://nodejs.org/en/blog/release/v10.14.2/)
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 2a96a7f..e6dce73 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.14.0-stretch
+FROM node:10.14.2-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     unzip \