Skip to content

Commit

Permalink
Update node-prune installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Jan 2, 2024
1 parent d8a29d6 commit 309b512
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,7 +1,7 @@
FROM node:20.10 AS BUILD_IMAGE

# install node-prune
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
RUN curl -sf https://gobinaries.com/tj/node-prune | sh

WORKDIR /work

Expand Down

0 comments on commit 309b512

Please sign in to comment.