diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee0a7cb..2aa10e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Template for next version ### Fixed * Fixed typo https://github.com/ohmyform/ohmyform/pull/185 +* node prune location (https://github.com/ohmyform/ohmyform/issues/184) ### Security diff --git a/Dockerfile b/Dockerfile index 2928a3a4..6532ce3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /usr/src/ui 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 ui/ . @@ -29,7 +29,7 @@ WORKDIR /usr/src/api 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 api/ . diff --git a/api b/api index 3b5a6c92..c2c421ba 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 3b5a6c92afd4577af0106a033bac2b130fa2e81e +Subproject commit c2c421baa6f41e4e6fb812fa2978956aaf7aa0dd diff --git a/ui b/ui index 19339436..011a6bae 160000 --- a/ui +++ b/ui @@ -1 +1 @@ -Subproject commit 19339436a3ff159b85907bd1b61e114efdcb93c0 +Subproject commit 011a6baef416bb9265f5172707bc21e7823c8086