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 16fc513  update to latest version of Node.js for 10.x (#202)
16fc513 is described below

commit 16fc513449438d208aa30570db5255e666caeb11
Author: Jason Peterson <[email protected]>
AuthorDate: Tue Apr 9 12:57:38 2019 -0400

    update to latest version of Node.js for 10.x (#202)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to