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

[openwhisk-runtime-nodejs] branch master updated: bump upstream node version (#166)

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-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 891fcc6  bump upstream node version (#166)
891fcc6 is described below

commit 891fcc6aa528d75049a7b614a5c747d5080a9d52
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sun Apr 19 21:03:53 2020 -0400

    bump upstream node version (#166)
---
 core/nodejs10Action/Dockerfile         | 2 +-
 core/nodejs10Action/knative/Dockerfile | 2 +-
 core/nodejs12Action/Dockerfile         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 34fbb35..d880d8b 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.19.0-stretch
+FROM node:10.20.1-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs10Action/knative/Dockerfile b/core/nodejs10Action/knative/Dockerfile
index 1011f52..2769c43 100644
--- a/core/nodejs10Action/knative/Dockerfile
+++ b/core/nodejs10Action/knative/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.16.3-stretch
+FROM node:10.20.1-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index 7badcdc..7344a0e 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.15.0-stretch
+FROM node:12.16.2-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \