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

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c917b5  Update the NodeJs runtimes to gather fixes (#179)
3c917b5 is described below

commit 3c917b5873d23a005f93645b50e92f2497f633ec
Author: Martin Henke <[email protected]>
AuthorDate: Wed Sep 30 09:24:16 2020 +0200

    Update the NodeJs runtimes to gather fixes (#179)
    
    * Update the NodeJs runtimes to gather fixes
    
    * remove trailing whitespace
---
 core/nodejs10Action/CHANGELOG.md | 2 ++
 core/nodejs10Action/Dockerfile   | 2 +-
 core/nodejs12Action/CHANGELOG.md | 2 ++
 core/nodejs12Action/Dockerfile   | 2 +-
 core/nodejs14Action/CHANGELOG.md | 2 ++
 core/nodejs14Action/Dockerfile   | 2 +-
 6 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md
index 778792a..f9b6288 100644
--- a/core/nodejs10Action/CHANGELOG.md
+++ b/core/nodejs10Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 10 OpenWhisk Runtime Container
+## Next release
+Node.js version = [10.22.1](https://nodejs.org/en/blog/release/v10.22.1/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 3d6506a..9ade6e5 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.21.0-stretch
+FROM node:10.22.1-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index e2286d7..e62c69e 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 12 OpenWhisk Runtime Container
+## Next release
+Node.js version = [12.18.4](https://nodejs.org/en/blog/release/v12.18.4/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index d674972..d77d67f 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.18.2-stretch
+FROM node:12.18.4-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs14Action/CHANGELOG.md b/core/nodejs14Action/CHANGELOG.md
index 20c8e7e..66cf845 100644
--- a/core/nodejs14Action/CHANGELOG.md
+++ b/core/nodejs14Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 14 OpenWhisk Runtime Container
+## Next release
+Node.js version = [14.11.0](https://nodejs.org/en/blog/release/v14.11.0/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs14Action/Dockerfile b/core/nodejs14Action/Dockerfile
index 2876bb0..21de228 100644
--- a/core/nodejs14Action/Dockerfile
+++ b/core/nodejs14Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:14.4.0-stretch
+FROM node:14.11.0-stretch
 
 # Initial update and some basics.
 #

Reply via email to