This is an automated email from the ASF dual-hosted git repository.
mhenke 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 3154c19 Update NodeJs to gather fixes (#227)
3154c19 is described below
commit 3154c19da1a465702e9a8ffb91c68906159cedc6
Author: Martin Henke <[email protected]>
AuthorDate: Tue Feb 2 17:15:30 2021 +0100
Update NodeJs to gather fixes (#227)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 0b34a41..301dc8a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:10.20.1
+FROM node:10.23.2
# only package.json
ADD package.json /