We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2a63f commit 59dd01aCopy full SHA for 59dd01a
2 files changed
core/nodejs16Action/CHANGELOG.md
@@ -19,6 +19,9 @@
19
20
# NodeJS 16 OpenWhisk Runtime Container
21
22
+# Next release
23
+ - use node:16-bullseye as base image to automatically get vulnerability fixes
24
+
25
# Apache 1.20
26
- Initial release with support for Node.js v1.16
27
core/nodejs16Action/Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-FROM node:16.15-bullseye
+FROM node:16-bullseye
# Initial update and some basics.
0 commit comments