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

Commit d5111f2

Browse files
authored
Update parent image to 577ccbb (#265)
1 parent efbab82 commit d5111f2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

nodejs16/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
- 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)
88
- 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)
99

10+
# 1.0.5
11+
Changes:
12+
- Update base image to latest Openwhisk Tag 577ccbb
13+
14+
NodeJS version:
15+
- v16.20.0
16+
17+
NPM version:
18+
- v8.19.4
19+
20+
NodeJS packages:
21+
- The file [package.json](package.json) lists the packages we guarantee to be included in this runtime.
22+
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.
23+
1024
# 1.0.4
1125
Changes:
1226
- Update base image to latest Openwhisk Tag 7e0173b

nodejs16/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-v16:7e0173b
2+
FROM openwhisk/action-nodejs-v16:577ccbb
33

44
COPY ./package.json /
55

0 commit comments

Comments
 (0)