Browse Source

revert: Workaround CVE-2023-42282

newest images have updated ip package
pull/933/head
Philip H 1 year ago
committed by GitHub
parent
commit
ac47789561
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

2
Dockerfile

@ -26,8 +26,6 @@ COPY --from=build_node_modules /node_modules /node_modules
RUN \
# Enable this to run `npm run serve`
npm i -g nodemon &&\
# Workaround CVE-2023-42282
npm uninstall -g ip &&\
# Delete unnecessary files
npm cache clean --force && rm -rf ~/.npm

Loading…
Cancel
Save