Skip to content

Commit 99cb7ae

Browse files
authored
Update Node to 14.17.2 and 12.22.2 (#197)
1 parent fe99475 commit 99cb7ae

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

core/nodejs12Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
# NodeJS 12 OpenWhisk Runtime Container
2121

22+
# Next Release
23+
Node.js version = [12.22.2](https://nodejs.org/en/blog/release/v12.22.2/)
24+
2225
# Apache 1.18
2326
- Update to openwhisk-client-js 3.21.4 (#194)
2427
- Constraint all transitive akka-* dependencies (#195)

core/nodejs12Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:12.22.1-stretch
18+
FROM node:12.22.2-stretch
1919

2020
# Initial update and some basics.
2121
#

core/nodejs14Action/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
# NodeJS 14 OpenWhisk Runtime Container
2121

22+
# Next Release
23+
Node.js version = [14.17.2](https://nodejs.org/en/blog/release/v14.17.2/)
24+
2225
# Apache 1.18
2326
- Update to openwhisk-client-js 3.21.4 (#194)
2427
- Constraint all transitive akka-* dependencies (#195)

core/nodejs14Action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:14.16.1-stretch
18+
FROM node:14.17.2-stretch
1919

2020
# Initial update and some basics.
2121
#

0 commit comments

Comments
 (0)