Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
EN-566: Ensure latest version of NPM (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jul 14, 2021
1 parent fe43a0d commit 8457ec8
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
@@ -1,3 +1,3 @@
FROM node:fermium-alpine3.13

RUN npm install -g @quantum-sec/ci-analysis-collector
RUN npm i -g npm && npm i -g @quantum-sec/ci-analysis-collector

0 comments on commit 8457ec8

Please sign in to comment.