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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new bd141d0  Update NodeJs to gather fixes (#225)
bd141d0 is described below

commit bd141d095b868d30d3c76d9b509be896bf2b80c0
Author: Martin Henke <[email protected]>
AuthorDate: Wed Mar 3 15:21:53 2021 +0100

    Update NodeJs to gather fixes (#225)
---
 CHANGELOG.md | 2 ++
 Dockerfile   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50be0b0..0810a82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # Changelog
+## Next
+* NodeJS version: 10.24.0
 
 ## 2.2.0
 * NodeJS version: 10.21.0
diff --git a/Dockerfile b/Dockerfile
index ad24213..01b67ec 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.21.0
+FROM node:10.24.0
 
 # only package.json
 ADD package.json /

Reply via email to