From 76593a548fd348d6402dfff9533184884e7cf877 Mon Sep 17 00:00:00 2001 From: Luke Roy Date: Mon, 13 Nov 2023 10:41:04 +0100 Subject: [PATCH] update nodejs runtime base image --- nodejs20/CHANGELOG.md | 13 +++++++++++++ nodejs20/Dockerfile | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/nodejs20/CHANGELOG.md b/nodejs20/CHANGELOG.md index fbc1352..37e9a3f 100644 --- a/nodejs20/CHANGELOG.md +++ b/nodejs20/CHANGELOG.md @@ -4,6 +4,19 @@ Some of the packages have been updated to the latest version and might contain breaking changes please check that the packages you use are still working as expected all supported packages are refrenced in the [package.json](nodejs20/package.json). - 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.3.0 + Changes: + - Update base image to latest Openwhisk Tag 08763c2 + + 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.2.0 Changes: diff --git a/nodejs20/Dockerfile b/nodejs20/Dockerfile index 9c7843e..05262b6 100644 --- a/nodejs20/Dockerfile +++ b/nodejs20/Dockerfile @@ -1,5 +1,5 @@ -FROM openwhisk/action-nodejs-v20:c60a667 +FROM openwhisk/action-nodejs-v20:08763c2 COPY ./package.json /