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 99cb7ae Update Node to 14.17.2 and 12.22.2 (#197)
99cb7ae is described below
commit 99cb7aeba9cb8540007eacfa40e15104b052d8cf
Author: Martin Henke <[email protected]>
AuthorDate: Wed Jul 7 10:53:36 2021 +0200
Update Node to 14.17.2 and 12.22.2 (#197)
---
core/nodejs12Action/CHANGELOG.md | 3 +++
core/nodejs12Action/Dockerfile | 2 +-
core/nodejs14Action/CHANGELOG.md | 3 +++
core/nodejs14Action/Dockerfile | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index ec5827d..331eee5 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -19,6 +19,9 @@
# NodeJS 12 OpenWhisk Runtime Container
+# Next Release
+Node.js version = [12.22.2](https://nodejs.org/en/blog/release/v12.22.2/)
+
# Apache 1.18
- Update to openwhisk-client-js 3.21.4 (#194)
- Constraint all transitive akka-* dependencies (#195)
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index 12ef12c..fbfc9c9 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:12.22.1-stretch
+FROM node:12.22.2-stretch
# Initial update and some basics.
#
diff --git a/core/nodejs14Action/CHANGELOG.md b/core/nodejs14Action/CHANGELOG.md
index b7f9f05..1809e7c 100644
--- a/core/nodejs14Action/CHANGELOG.md
+++ b/core/nodejs14Action/CHANGELOG.md
@@ -19,6 +19,9 @@
# NodeJS 14 OpenWhisk Runtime Container
+# Next Release
+Node.js version = [14.17.2](https://nodejs.org/en/blog/release/v14.17.2/)
+
# Apache 1.18
- Update to openwhisk-client-js 3.21.4 (#194)
- Constraint all transitive akka-* dependencies (#195)
diff --git a/core/nodejs14Action/Dockerfile b/core/nodejs14Action/Dockerfile
index acb05dd..4d06c2f 100644
--- a/core/nodejs14Action/Dockerfile
+++ b/core/nodejs14Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:14.16.1-stretch
+FROM node:14.17.2-stretch
# Initial update and some basics.
#