jasonpet closed pull request #91: update to 8.12.0 LTS
URL: https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/91
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 \


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to