This is an automated email from the ASF dual-hosted git repository.
dgrove 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 8cbec30 update to latest nodejs 10 base image (#221)
8cbec30 is described below
commit 8cbec304082f6fd6008bfc09313b44d43a55bf04
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 18 11:17:55 2020 -0500
update to latest nodejs 10 base image (#221)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index f20e7a1..8d26e71 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:10.16.3
+FROM node:10.19.0
# only package.json
ADD package.json /