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 cadff5c update to latest version of Node.js for 10.x (#184)
cadff5c is described below
commit cadff5c2e031f7e89da0e52cbd62836079c88f06
Author: Jason Peterson <[email protected]>
AuthorDate: Tue Apr 9 12:57:43 2019 -0400
update to latest version of Node.js for 10.x (#184)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 26d126d..ec07e4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.15.2
+FROM node:10.15.3
# only package.json
ADD package.json /