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

Commit 7ed3bd2

Browse files
authored
update nodejs runtime base image (#282)
1 parent 5a803b8 commit 7ed3bd2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

nodejs20/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
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).
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)
7+
# 1.3.0
8+
Changes:
9+
- Update base image to latest Openwhisk Tag 08763c2
10+
11+
NodeJS version:
12+
- v20.7.0
13+
14+
NPM version:
15+
- v10.1.0
16+
17+
NodeJS packages:
18+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
19+
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.
720

821
# 1.2.0
922
Changes:

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:c60a667
2+
FROM openwhisk/action-nodejs-v20:08763c2
33

44
COPY ./package.json /
55

0 commit comments

Comments
 (0)