From c9beedc84baceda341e0d4f26d19b8773d7df27e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 1 Mar 2023 11:30:48 +1100 Subject: [PATCH] Update release endpoint --- alpine/5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index f516b89..40bd1e5 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -19,7 +19,7 @@ RUN mkdir -p /var/www/app \ && rm -rf /var/www/app/docs /var/www/app/tests # Download and extract the latest react application -RUN curl -LGO $(curl https://api.github.com/repos/turbo124/ui-1/releases/latest | grep "browser_download_url" | awk '{ print $2 }' | sed 's/,$//' | sed 's/"//g'); +RUN curl -LGO $(curl https://api.github.com/repos/invoiceninja/ui/releases/latest | grep "browser_download_url" | awk '{ print $2 }' | sed 's/,$//' | sed 's/"//g'); RUN cp invoiceninja-react.zip /tmp/invoiceninja-react.zip RUN unzip /tmp/invoiceninja-react.zip RUN cp -r dist/react/* /var/www/app/public/react/