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 2021/11/03 18:16:23 UTC

[openwhisk-runtime-nodejs] branch master updated: Update NodeJS to 12.22.7 and 14.18.1 (#207)

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 ff3698b  Update NodeJS to 12.22.7 and 14.18.1 (#207)
ff3698b is described below

commit ff3698ba20eeab8f2d35abf39195b022178418bd
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Nov 3 14:16:15 2021 -0400

    Update NodeJS to 12.22.7 and 14.18.1 (#207)
---
 core/nodejs12Action/CHANGELOG.md | 3 +--
 core/nodejs12Action/Dockerfile   | 2 +-
 core/nodejs14Action/CHANGELOG.md | 3 +--
 core/nodejs14Action/Dockerfile   | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index 8287a31..a44d435 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -20,9 +20,8 @@
 # NodeJS 12 OpenWhisk Runtime Container
 
 # Next Release
-  - Update Node to 14.17.6 and 12.22.6 (#201)
 
-Node.js version = [12.22.6](https://nodejs.org/en/blog/release/v12.22.6/)
+Node.js version = [12.22.7](https://nodejs.org/en/blog/release/v12.22.7/)
 OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
 
 # Apache 1.19
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index 8302f58..800725c 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.22.6-stretch
+FROM node:12.22.7-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs14Action/CHANGELOG.md b/core/nodejs14Action/CHANGELOG.md
index 91c9372..6cfa1e8 100644
--- a/core/nodejs14Action/CHANGELOG.md
+++ b/core/nodejs14Action/CHANGELOG.md
@@ -20,9 +20,8 @@
 # NodeJS 14 OpenWhisk Runtime Container
 
 # Next Release
-  - Update Node to 14.17.6 and 12.22.6 (#201)
 
-Node.js version = [14.17.6](https://nodejs.org/en/blog/release/v14.17.6/)
+Node.js version = [14.18.1](https://nodejs.org/en/blog/release/v14.18.1/)
 OpenWhisk version = [OpenWhisk v3.21.4](https://www.npmjs.com/package/openwhisk)
 
 # Apache 1.19
diff --git a/core/nodejs14Action/Dockerfile b/core/nodejs14Action/Dockerfile
index 750567a..166dadd 100644
--- a/core/nodejs14Action/Dockerfile
+++ b/core/nodejs14Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:14.17.6-stretch
+FROM node:14.18.1-stretch
 
 # Initial update and some basics.
 #