Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit db92710

Browse files
authored
Update Nodejs base image to latest openwhisk image c60a667 (#273)
* Update baseimage Signed-off-by: Luke Roy <[email protected]> * fix version Signed-off-by: Luke Roy <[email protected]> --------- Signed-off-by: Luke Roy <[email protected]>
1 parent ca3ae76 commit db92710

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

nodejs20/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
- 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)
77

8+
# 1.1.0
9+
Changes:
10+
- Update base image to latest Openwhisk Tag c60a667
11+
12+
NodeJS version:
13+
- v20.7.0
14+
15+
NPM version:
16+
- v10.1.0
17+
18+
NodeJS packages:
19+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
20+
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.
21+
822
# 1.0.0
923

1024
NodeJS version:

nodejs20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM openwhisk/action-nodejs-v20:28ac4c0
2+
FROM openwhisk/action-nodejs-v20:c60a667
33

44
COPY ./package.json /
55

0 commit comments

Comments
 (0)