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-cloudant.git


The following commit(s) were added to refs/heads/master by this push:
     new 40b15ef  upgrade Node.js to pick up security fixes (#197)
40b15ef is described below

commit 40b15ef16404b668b45eb566c893d7049bd8b763
Author: Jason Peterson <[email protected]>
AuthorDate: Thu Feb 28 11:32:21 2019 -0500

    upgrade Node.js to pick up security fixes (#197)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index d20ba58..8819e09 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 /

Reply via email to