Skip to content

Commit

Permalink
Upgrade npm to 8.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed May 14, 2022
1 parent 7e422a9 commit 631cc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt update && apt install -y software-properties-common
RUN add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
RUN apt update && apt install -y jq adoptopenjdk-8-hotspot-jre git && apt autoremove --purge -y && apt clean -y

RUN npm i -g npm@8.3.1
RUN npm i -g npm@8.10.0
RUN npm i -g [email protected]

COPY LICENSE README.md /
Expand Down

0 comments on commit 631cc91

Please sign in to comment.