This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new 8f3785e upgrade Node.js to pick up security fixes (#177)
8f3785e is described below
commit 8f3785ede0f4249d87ed8007c57065e28ce6919e
Author: Jason Peterson <[email protected]>
AuthorDate: Thu Feb 28 11:32:26 2019 -0500
upgrade Node.js to pick up security fixes (#177)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f430f4e..26d126d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.15.0
+FROM node:10.15.2
# only package.json
ADD package.json /