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 3d237e1 bump node 8,10,12 base docker images to consume upstream
security fixes (#157)
3d237e1 is described below
commit 3d237e1d9092612c09714c1130d23e1cb9019e6d
Author: David Grove <[email protected]>
AuthorDate: Fri Feb 7 09:31:25 2020 -0500
bump node 8,10,12 base docker images to consume upstream security fixes
(#157)
8.17.0
10.18.1
12.14.1
---
core/nodejs10Action/Dockerfile | 2 +-
core/nodejs12Action/Dockerfile | 2 +-
core/nodejs8Action/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 9d7259b..bf6e4d9 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:10.16.3-stretch
+FROM node:10.18.1-stretch
RUN apt-get update && apt-get install -y \
imagemagick \
graphicsmagick \
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index def691d..3ee9d53 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:12.8.1-stretch
+FROM node:12.14.1-stretch
RUN apt-get update && apt-get install -y \
imagemagick \
graphicsmagick \
diff --git a/core/nodejs8Action/Dockerfile b/core/nodejs8Action/Dockerfile
index b0a256d..9f0c465 100644
--- a/core/nodejs8Action/Dockerfile
+++ b/core/nodejs8Action/Dockerfile
@@ -15,7 +15,7 @@
# limitations under the License.
#
-FROM node:8.16.1
+FROM node:8.17.0
RUN apt-get update && apt-get install -y \
imagemagick \
graphicsmagick \