This is an automated email from the ASF dual-hosted git repository.
japetrsn 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 c2b0235 update Node.js version to 10.15.0 (#191)
c2b0235 is described below
commit c2b023518d981a1fb59f8c39cae0b5753153299f
Author: Jason Peterson <[email protected]>
AuthorDate: Fri Jan 4 16:55:51 2019 -0500
update Node.js version to 10.15.0 (#191)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 57f8728..d20ba58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:10.14.0
+FROM node:10.15.0
# only package.json
ADD package.json /