Skip to content

Commit 59dd01a

Browse files
authored
Update Nodejs 16 base image (#224)
Setting Nodejs 16 image to `node:16-bullseye` to get latest vulnerability fixes
1 parent 6d2a63f commit 59dd01a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

core/nodejs16Action/CHANGELOG.md

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

2020
# NodeJS 16 OpenWhisk Runtime Container
2121

22+
# Next release
23+
- use node:16-bullseye as base image to automatically get vulnerability fixes
24+
2225
# Apache 1.20
2326
- Initial release with support for Node.js v1.16
2427

core/nodejs16Action/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:16.15-bullseye
18+
FROM node:16-bullseye
1919

2020
# Initial update and some basics.
2121
#

0 commit comments

Comments
 (0)