Skip to content

Commit

Permalink
Use latest npm to fix audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Mar 21, 2024
1 parent 13a357d commit 2ff55f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apk --update add make
COPY . /src/peerdb
WORKDIR /src/peerdb
RUN \
npm install -g npm@latest && \
npm ci --audit=false && \
npm audit signatures && \
make dist
Expand Down

0 comments on commit 2ff55f9

Please sign in to comment.