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:31:10 UTC

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a24b1b  update node.js version to 10.16.0 (#194)
0a24b1b is described below

commit 0a24b1b32ad2c4ce5cda108b1f6ba8b4e55d4287
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Tue Jul 30 10:31:05 2019 -0400

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

diff --git a/Dockerfile b/Dockerfile
index c04d554..8333a0a 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 /