You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2019/07/30 14:30:59 UTC

[incubator-openwhisk-package-cloudant] branch master updated: update node.js version to 10.16.0 (#211)

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 bb5765a  update node.js version to 10.16.0 (#211)
bb5765a is described below

commit bb5765aec4514147286454c4d0d9e4d3632d8598
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Tue Jul 30 10:30:54 2019 -0400

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

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