Copilot commented on code in PR #13632:
URL: https://github.com/apache/cloudstack/pull/13632#discussion_r3757718124


##########
ui/Dockerfile:
##########
@@ -17,7 +17,7 @@
 
 # Build example: docker build -t <name> .
 
-FROM node:14-bullseye AS build
+FROM node:24-bullseye AS build

Review Comment:
   Switching the build image to Node 24 while still using webpack 4 is likely 
to break container builds: webpack 4 relies on MD4 hashing (blocked under 
OpenSSL 3 unless the legacy provider is enabled), and recent Node releases 
increasingly restrict/disable `--openssl-legacy-provider`. If webpack 5 
migration isn't part of this PR, consider pinning the Docker build stage to a 
Node LTS version known to work with webpack 4 (e.g. Node 20).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to