You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/04/18 20:40:47 UTC

[openwhisk-package-alarms] branch master updated: bump node minor version to 10.20.1 (#212)

This is an automated email from the ASF dual-hosted git repository.

rabbah 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 c807e11  bump node minor version to 10.20.1 (#212)
c807e11 is described below

commit c807e11f63af9b8852b0b2dc015aa00bd040d0f1
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Apr 18 16:39:48 2020 -0400

    bump node minor version to 10.20.1 (#212)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 71ff38f..6ae46f2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.19.0
+FROM node:10.20.1
 
 # only package.json
 ADD package.json /