Skip to content

Commit

Permalink
v19.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc authored Oct 12, 2024
1 parent d24eca6 commit 48c0d0b
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 @@ -11,6 +11,6 @@ RUN apk add --no-cache --virtual .build-deps \
linux-headers \
python3 \
libudev-zero-dev && \
npm install [email protected].12 -g --omit=dev --unsafe-perm && \
npm install [email protected].20 -g --omit=dev --unsafe-perm && \
apk del --no-cache .build-deps && \
rm -rf ~/.npm ~/.cache

0 comments on commit 48c0d0b

Please sign in to comment.