EugeneTorap commented on code in PR #21326:
URL: https://github.com/apache/superset/pull/21326#discussion_r971671755


##########
Dockerfile:
##########
@@ -45,10 +45,7 @@ RUN cd /app \
 ######################################################################
 # Node stage to deal with static asset construction
 ######################################################################
-FROM node:16 AS superset-node
-
-ARG NPM_VER=7
-RUN npm install -g npm@${NPM_VER}
+FROM node:16-slim AS superset-node

Review Comment:
   @villebro As I remember there're no any breaking changes in `npm@8`
   These lines were added when we used `NodeJS 12` in order to use `npm@7` 
instead of `npm@6`



-- 
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]


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

Reply via email to