From c2c421baa6f41e4e6fb812fa2978956aaf7aa0dd 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 | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc6f50..5ef6579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Template for next version ### Fixed - creation of new logic elements +- node prune location (https://github.com/ohmyform/ohmyform/issues/184) ### Security diff --git a/Dockerfile b/Dockerfile index 36589fc..fb033ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /usr/src/app RUN apk update && apk add curl bash && rm -rf /var/cache/apk/* # 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 # just copy everhing COPY . .