You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by md...@apache.org on 2019/10/03 14:08:19 UTC

[openwhisk-package-cloudant] branch master updated: update node.js version to 10.16.3 (#215)

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

mdeuser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-cloudant.git


The following commit(s) were added to refs/heads/master by this push:
     new b7b9994  update node.js version to 10.16.3 (#215)
b7b9994 is described below

commit b7b99948d0fc5d1f315471a57763f6d3ca61fa69
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Thu Oct 3 10:08:13 2019 -0400

    update node.js version to 10.16.3 (#215)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index deadc15..f20e7a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.16.0
+FROM node:10.16.3
 
 # only package.json
 ADD package.json /