Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
    Upgrade [email protected] to [email protected] to fix
    ✗ Missing Release of Resource after Effective Lifetime (new) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116] in [email protected]
      introduced by [email protected] > [email protected] > [email protected] > [email protected] > [email protected]
  • Loading branch information
sbrunner committed Dec 7, 2023
1 parent 363483d commit 87878a9
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 166 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ COPY bin/npm-packages /usr/bin/
WORKDIR /opt/c2cgeoportal/geoportal
COPY geoportal/package.json ./

ENV PUPPETEER_CACHE_DIR=/opt
# hadolint ignore=SC2046,DL3016
RUN npm --no-optional --unsafe-perm --no-package-lock install && \
npm cache clear --force && \
Expand Down
Loading

0 comments on commit 87878a9

Please sign in to comment.