You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2020/12/09 14:56:51 UTC

[openwhisk-runtime-nodejs] branch master updated: Gather NodeJS fixes (#183)

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 5a34ace  Gather NodeJS fixes (#183)
5a34ace is described below

commit 5a34ace069f46bf3e67edd2fd1dc173694727df1
Author: Martin Henke <ma...@de.ibm.com>
AuthorDate: Wed Dec 9 15:55:32 2020 +0100

    Gather NodeJS fixes (#183)
---
 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, 6 insertions(+), 6 deletions(-)

diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md
index f9b6288..506ed27 100644
--- a/core/nodejs10Action/CHANGELOG.md
+++ b/core/nodejs10Action/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 # NodeJS 10 OpenWhisk Runtime Container
 ## Next release
-Node.js version = [10.22.1](https://nodejs.org/en/blog/release/v10.22.1/)
+Node.js version = [10.23.0](https://nodejs.org/en/blog/release/v10.23.0/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 9ade6e5..0b9fae3 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.22.1-stretch
+FROM node:10.23.0-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index e62c69e..6b6a482 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 # NodeJS 12 OpenWhisk Runtime Container
 ## Next release
-Node.js version = [12.18.4](https://nodejs.org/en/blog/release/v12.18.4/)
+Node.js version = [12.19.1](https://nodejs.org/en/blog/release/v12.19.1/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index d77d67f..1e404d6 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.18.4-stretch
+FROM node:12.19.1-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs14Action/CHANGELOG.md b/core/nodejs14Action/CHANGELOG.md
index 66cf845..d6b85ff 100644
--- a/core/nodejs14Action/CHANGELOG.md
+++ b/core/nodejs14Action/CHANGELOG.md
@@ -19,7 +19,7 @@
 
 # NodeJS 14 OpenWhisk Runtime Container
 ## Next release
-Node.js version = [14.11.0](https://nodejs.org/en/blog/release/v14.11.0/)
+Node.js version = [14.15.1](https://nodejs.org/en/blog/release/v14.15.1/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs14Action/Dockerfile b/core/nodejs14Action/Dockerfile
index 21de228..d28ec46 100644
--- a/core/nodejs14Action/Dockerfile
+++ b/core/nodejs14Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:14.11.0-stretch
+FROM node:14.15.1-stretch
 
 # Initial update and some basics.
 #