From 011a6baef416bb9265f5172707bc21e7823c8086 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Thu, 28 Jul 2022 08:01:08 +0200 Subject: [PATCH] fix node prune location fixes https://github.com/ohmyform/ohmyform/issues/184 --- CHANGELOG.md | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433f7ca..99929aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ Template for next version ### Fixed +- node prune location (https://github.com/ohmyform/ohmyform/issues/184) + ### Security ## [1.0.3] - 2022-03-27 diff --git a/Dockerfile b/Dockerfile index 0b9a223..4bed470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /usr/src/app RUN apk --update --no-cache add curl bash g++ make libpng-dev # install node-prune (https://github.com/tj/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 COPY . ./