File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11Apache OpenWhisk Runtime Node.js
2- Copyright 2016-2021 The Apache Software Foundation
2+ Copyright 2016-2022 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ This repository contains sources files needed to build the Node.js runtimes for
2626
2727The following Node.js runtime versions (with kind & image labels) are generated by the build system:
2828
29- - Node.js 14.17.2 (` nodejs:14 ` & ` openwhisk/action-nodejs-v14 ` )
30- - Node.js 16.13.1 (` nodejs:16 ` & ` openwhisk/action-nodejs-v16 ` )
29+ - Node.js 14.19 (` nodejs:14 ` & ` openwhisk/action-nodejs-v14 ` )
30+ - Node.js 16.15 (` nodejs:16 ` & ` openwhisk/action-nodejs-v16 ` )
3131
3232This README documents the build, customisation and testing of these runtime images.
3333
Original file line number Diff line number Diff line change 1919
2020# NodeJS 14 OpenWhisk Runtime Container
2121
22- # Next Release
23- - Update Node to 1 .19.x
24- Node.js version = [ 14.19.0 ] ( https://nodejs.org/en/blog/release/v14.19.0 / )
25- OpenWhisk version = [ OpenWhisk v3.21.4 ] ( https://www.npmjs.com/package/openwhisk )
22+ # Apache 1.20
23+ - Update Node to 14 .19.x
24+ Node.js version = [ 14.19.1 ] ( https://nodejs.org/en/blog/release/v14.19.1 / )
25+ OpenWhisk version = [ OpenWhisk v3.21.6 ] ( https://www.npmjs.com/package/openwhisk )
2626
2727# Apache 1.19
2828 - Remove Node.js 10 support
Original file line number Diff line number Diff line change 1919
2020# NodeJS 16 OpenWhisk Runtime Container
2121
22- # Next Release
23-
24- Changes:
22+ # Apache 1.20
2523 - Initial release with support for Node.js v1.16
2624
27- Node.js version = [ 16.13.1 ] ( https://nodejs.org/en/blog/release/v16.13.1 / )
28- OpenWhisk version = [ OpenWhisk v3.21.2 ] ( https://www.npmjs.com/package/openwhisk )
25+ Node.js version = [ 16.15.0 ] ( https://nodejs.org/en/blog/release/v16.15.0 / )
26+ OpenWhisk version = [ OpenWhisk v3.21.6 ] ( https://www.npmjs.com/package/openwhisk )
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616#
1717
18- FROM node:16.14 -bullseye
18+ FROM node:16.15 -bullseye
1919
2020# Initial update and some basics.
2121#
You can’t perform that action at this time.
0 commit comments