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-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new 8b30d12 update node.js version to 10.16.3 (#199)
8b30d12 is described below
commit 8b30d12e4a47a533aa7ce19552c33507d0f04284
Author: Jason Peterson <[email protected]>
AuthorDate: Thu Oct 3 10:07:52 2019 -0400
update node.js version to 10.16.3 (#199)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 8333a0a..ac89b3a 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 /