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

Commit 28c3f43

Browse files
committed
Update Openwhisk Image Tag
- Openwhisk Image Tag: ea600ed - nodeversion: -- 12: 12.22.6 -- 14: 14.17.6
1 parent df0edbc commit 28c3f43

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

nodejs12/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- The `request` package is deprecated and therefore not available in this runtime.
77

88
# 1.1.3
9+
Changes:
10+
- update to nodejs 12.22.6
11+
12+
NodeJS version:
13+
- [12.22.6](https://nodejs.org/en/blog/release/v12.22.6/)
14+
# 1.1.3
915
Changes:
1016
- update to nodejs 12.22.5
1117

nodejs12/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-v12:341ea16
2+
FROM openwhisk/action-nodejs-v12:ea600ed
33

44
COPY ./package.json /
55

nodejs14/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
Alpha release (changes can happen at any time).
99

1010
NodeJS version:
11-
- [14.17.5](https://nodejs.org/en/blog/release/v14.17.5/)
11+
- [14.17.6](https://nodejs.org/en/blog/release/v14.17.6/)
1212

1313
NPM version:
14-
- [6.14.5](https://github.com/npm/cli/releases/tag/v6.14.5)
14+
- [6.14.15](https://github.com/npm/cli/releases/tag/v6.14.15)
1515

1616
NPM Packages:
1717
- [@cloudant/cloudant v4.3.1](https://www.npmjs.com/package/@cloudant/cloudant) - This is the official Cloudant library for Node.js.

nodejs14/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-v14:341ea16
2+
FROM openwhisk/action-nodejs-v14:ea600ed
33

44
COPY ./package.json /
55

0 commit comments

Comments
 (0)