From 8af674b1ca821fe6713895dbdb296fe97ba06538 Mon Sep 17 00:00:00 2001 From: Luke Roy Date: Tue, 30 May 2023 10:22:56 +0100 Subject: [PATCH] Update tags to 577ccbb --- nodejs16/CHANGELOG.md | 14 ++++++++++++++ nodejs16/Dockerfile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/nodejs16/CHANGELOG.md b/nodejs16/CHANGELOG.md index a254caa..efc5edb 100644 --- a/nodejs16/CHANGELOG.md +++ b/nodejs16/CHANGELOG.md @@ -7,6 +7,20 @@ - Mongodb drivers have been upgraded to version 4 please check the [Upgrade Guide](https://github.com/mongodb/node-mongodb-native/blob/HEAD/docs/CHANGES_4.0.0.md) - The `redis` package has been updated to version 4 please check the [Migration Guide](https://github.com/redis/node-redis/blob/HEAD/docs/v3-to-v4.md) +# 1.0.5 + Changes: + - Update base image to latest Openwhisk Tag 577ccbb + + NodeJS version: + - v16.20.0 + + NPM version: + - v8.19.4 + + 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.4 Changes: - Update base image to latest Openwhisk Tag 7e0173b diff --git a/nodejs16/Dockerfile b/nodejs16/Dockerfile index 75b20b4..f6feb01 100644 --- a/nodejs16/Dockerfile +++ b/nodejs16/Dockerfile @@ -1,5 +1,5 @@ -FROM openwhisk/action-nodejs-v16:7e0173b +FROM openwhisk/action-nodejs-v16:577ccbb COPY ./package.json /