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

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new d5c0e204b31 NO-ISSUE: Use latest version of Node.js 20 on CORS proxy 
image (#2404)
d5c0e204b31 is described below

commit d5c0e204b31c68f2f58d5e5baf5bc399465c15aa
Author: Tiago Bento <[email protected]>
AuthorDate: Wed Jun 5 14:30:08 2024 -0400

    NO-ISSUE: Use latest version of Node.js 20 on CORS proxy image (#2404)
---
 packages/cors-proxy-image/Containerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/cors-proxy-image/Containerfile 
b/packages/cors-proxy-image/Containerfile
index 7056604b012..f7ca5372f04 100644
--- a/packages/cors-proxy-image/Containerfile
+++ b/packages/cors-proxy-image/Containerfile
@@ -23,7 +23,7 @@ ARG CORS_PROXY_DEFAULT_VERBOSE=false
 
 ENV HOME          /home/kie-sandbox
 ENV NVM_DIR       $HOME/.nvm
-ENV NODE_VERSION  v20.8.1
+ENV NODE_VERSION  v20.14.0
 
 RUN mkdir $HOME \
   && chgrp -R 0 $HOME \


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to