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 2018/09/14 20:15:41 UTC

[incubator-openwhisk-runtime-nodejs] branch master updated: update to 8.12.0 LTS (#91)

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 c0695ac  update to 8.12.0 LTS (#91)
c0695ac is described below

commit c0695ac968587f20a423d1762e5c296637e73ad4
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Fri Sep 14 16:15:37 2018 -0400

    update to 8.12.0 LTS (#91)
    
    Closes #90
---
 core/nodejs8Action/CHANGELOG.md | 7 ++++++-
 core/nodejs8Action/Dockerfile   | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/core/nodejs8Action/CHANGELOG.md b/core/nodejs8Action/CHANGELOG.md
index af2376f..f931f87 100644
--- a/core/nodejs8Action/CHANGELOG.md
+++ b/core/nodejs8Action/CHANGELOG.md
@@ -19,7 +19,12 @@
 
 # NodeJS 8 OpenWhisk Runtime Container
 
-## 1.9.0
+## Apache 1.13 (next release)
+Change: Update Node.js
+
+Node.js version = [8.12.0](https://nodejs.org/en/blog/release/v8.12.0/)
+
+## 1.9.0 (Apache 1.12)
 Change: Update openwhisk npm package from `3.16.0` to `3.17.0`
 
 - [openwhisk v3.17.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs.
diff --git a/core/nodejs8Action/Dockerfile b/core/nodejs8Action/Dockerfile
index 20e150a..bb218b2 100644
--- a/core/nodejs8Action/Dockerfile
+++ b/core/nodejs8Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:8.11.4
+FROM node:8.12.0
 RUN apt-get update && apt-get install -y \
     imagemagick \
     unzip \