villebro commented on code in PR #21326: URL: https://github.com/apache/superset/pull/21326#discussion_r972700052
########## 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: I checked, and apparently the `npm@8` issue has resolved itself, so this should be ok. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org