Skip to content

Commit

Permalink
Upgrading npm as well as dependencies
Browse files Browse the repository at this point in the history
Contains fix for vulnerability issue for semver package dependency.

- Upgraded to v.7.5.4 by upgrading the npm package itself along with its dependencies.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Oct 12, 2023
1 parent a3dadc8 commit a8f5cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ WORKDIR /public

RUN npm i -g http-server

RUN apk update && apk upgrade busybox
RUN npm update -g

COPY client /public/client
COPY *.html /public/
COPY i18n /public/i18n
Expand Down
1 change: 1 addition & 0 deletions frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /public
RUN npm i -g http-server

RUN apk update && apk upgrade busybox
RUN npm update -g

EXPOSE 5050
CMD ["http-server", "-p", "5050"]

0 comments on commit a8f5cdd

Please sign in to comment.