Skip to content

Commit 3c917b5

Browse files
authored
Update the NodeJs runtimes to gather fixes (#179)
* Update the NodeJs runtimes to gather fixes * remove trailing whitespace
1 parent 56bd6ab commit 3c917b5

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

core/nodejs10Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-->
1919

2020
# NodeJS 10 OpenWhisk Runtime Container
21+
## Next release
22+
Node.js version = [10.22.1](https://nodejs.org/en/blog/release/v10.22.1/)
2123

2224
## Apache 1.16
2325
Changes:

core/nodejs10Action/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:10.21.0-stretch
18+
FROM node:10.22.1-stretch
1919

2020
# Initial update and some basics.
2121
#

core/nodejs12Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-->
1919

2020
# NodeJS 12 OpenWhisk Runtime Container
21+
## Next release
22+
Node.js version = [12.18.4](https://nodejs.org/en/blog/release/v12.18.4/)
2123

2224
## Apache 1.16
2325
Changes:

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.18.2-stretch
18+
FROM node:12.18.4-stretch
1919

2020
# Initial update and some basics.
2121
#

core/nodejs14Action/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
-->
1919

2020
# NodeJS 14 OpenWhisk Runtime Container
21+
## Next release
22+
Node.js version = [14.11.0](https://nodejs.org/en/blog/release/v14.11.0/)
2123

2224
## Apache 1.16
2325
Changes:

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.4.0-stretch
18+
FROM node:14.11.0-stretch
1919

2020
# Initial update and some basics.
2121
#

0 commit comments

Comments
 (0)