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

japetrsn 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 3ec558e  update Node.js version to 10.15.0 (#174)
3ec558e is described below

commit 3ec558efd1669ac5c9ddba00028746696772ab25
Author: Jason Peterson <[email protected]>
AuthorDate: Fri Jan 4 16:55:55 2019 -0500

    update Node.js version to 10.15.0 (#174)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 51525bc..f430f4e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.14.0
+FROM node:10.15.0
 
 # only package.json
 ADD package.json /

Reply via email to