You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2022/03/22 09:57:53 UTC

[openwhisk-runtime-nodejs] branch master updated: Update nodejs16 base image to stay up do date (#214)

This is an automated email from the ASF dual-hosted git repository.

mhenke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new add1cfb  Update nodejs16 base image to stay up do date (#214)
add1cfb is described below

commit add1cfb8366028ecdf5367060837bf3a975c7a6d
Author: Luke-Roy-IBM <83...@users.noreply.github.com>
AuthorDate: Tue Mar 22 10:52:13 2022 +0100

    Update nodejs16 base image to stay up do date (#214)
---
 core/nodejs16Action/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/nodejs16Action/Dockerfile b/core/nodejs16Action/Dockerfile
index 280de4c..7e5db35 100644
--- a/core/nodejs16Action/Dockerfile
+++ b/core/nodejs16Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:16.13-stretch
+FROM node:16.14-bullseye
 
 # Initial update and some basics.
 #