From commits-return-6432-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Sat Dec 15 18:52:35 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 56757180652 for ; Sat, 15 Dec 2018 18:52:35 +0100 (CET) Received: (qmail 33285 invoked by uid 500); 15 Dec 2018 17:52:34 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 33276 invoked by uid 99); 15 Dec 2018 17:52:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2018 17:52:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EDE3085280; Sat, 15 Dec 2018 17:52:33 +0000 (UTC) Date: Sat, 15 Dec 2018 17:52:33 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-runtime-nodejs] branch master updated: bump nodejs from 10.14.0 to 10.14.2 (#103) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154489635391.15857.8865803703988785406@gitbox.apache.org> From: csantanapr@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-runtime-nodejs X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92503cb146a6db0fc394d863fe40c545a7804ed0 X-Git-Newrev: b26e081722b5a35510f1de1acbf926db11e8c3e6 X-Git-Rev: b26e081722b5a35510f1de1acbf926db11e8c3e6 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. csantanapr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git The following commit(s) were added to refs/heads/master by this push: new b26e081 bump nodejs from 10.14.0 to 10.14.2 (#103) b26e081 is described below commit b26e081722b5a35510f1de1acbf926db11e8c3e6 Author: Carlos Santana AuthorDate: Sat Dec 15 09:52:29 2018 -0800 bump nodejs from 10.14.0 to 10.14.2 (#103) --- core/nodejs10Action/CHANGELOG.md | 2 +- core/nodejs10Action/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md index 964032a..7beca7f 100644 --- a/core/nodejs10Action/CHANGELOG.md +++ b/core/nodejs10Action/CHANGELOG.md @@ -25,4 +25,4 @@ Changes: - [openwhisk v3.18.0](https://www.npmjs.com/package/openwhisk) - JavaScript client library for the OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs. -Node.js version = [10.14.0](https://nodejs.org/en/blog/release/v10.14.0/) +Node.js version = [10.14.2](https://nodejs.org/en/blog/release/v10.14.2/) diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile index 2a96a7f..e6dce73 100644 --- a/core/nodejs10Action/Dockerfile +++ b/core/nodejs10Action/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # -FROM node:10.14.0-stretch +FROM node:10.14.2-stretch RUN apt-get update && apt-get install -y \ imagemagick \ unzip \