From db92710885d883b15723a14890ee02e5f3cb92ec Mon Sep 17 00:00:00 2001 From: Luke-Roy-IBM <83647952+Luke-Roy-IBM@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:20:21 +0200 Subject: [PATCH] Update Nodejs base image to latest openwhisk image c60a667 (#273) * Update baseimage Signed-off-by: Luke Roy * fix version Signed-off-by: Luke Roy --------- Signed-off-by: Luke Roy --- nodejs20/CHANGELOG.md | 14 ++++++++++++++ nodejs20/Dockerfile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/nodejs20/CHANGELOG.md b/nodejs20/CHANGELOG.md index f7d7535..58a22ca 100644 --- a/nodejs20/CHANGELOG.md +++ b/nodejs20/CHANGELOG.md @@ -5,6 +5,20 @@ - The `@ibm-cloud/cloudant` package has been updated from 0.3.x to 0.5.x and contains breaking changes check the Repository for changes [cloudant-node-sdk](https://github.com/IBM/cloudant-node-sdk) +# 1.1.0 + Changes: + - Update base image to latest Openwhisk Tag c60a667 + + NodeJS version: + - v20.7.0 + + NPM version: + - v10.1.0 + + NodeJS packages: + - The file [package.json](package.json) lists the packages we guarantee to be included in this runtime. + Ensure that you only use packages mentioned there. Other nodejs packages might be part of this runtime, but only due to indirect dependencies of the above listed packages. These indirectly included packages are candidates to be removed at any time in case they are not required by the referring package anymore. + # 1.0.0 NodeJS version: diff --git a/nodejs20/Dockerfile b/nodejs20/Dockerfile index 4da6bb5..9c7843e 100644 --- a/nodejs20/Dockerfile +++ b/nodejs20/Dockerfile @@ -1,5 +1,5 @@ -FROM openwhisk/action-nodejs-v20:28ac4c0 +FROM openwhisk/action-nodejs-v20:c60a667 COPY ./package.json /