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 95c7784  Update base images to gather updates (#159)
95c7784 is described below

commit 95c778454275f7f38ddef769fc2fe08ea2769a5c
Author: Martin Henke <[email protected]>
AuthorDate: Thu Feb 13 14:12:20 2020 +0100

    Update base images to gather updates (#159)
---
 core/nodejs10Action/Dockerfile | 2 +-
 core/nodejs12Action/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index bf6e4d9..34fbb35 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.18.1-stretch
+FROM node:10.19.0-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index 3ee9d53..7badcdc 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.14.1-stretch
+FROM node:12.15.0-stretch
 RUN apt-get update && apt-get install -y \
     imagemagick \
     graphicsmagick \

Reply via email to