diff --git a/Dockerfile b/Dockerfile index 147eaed..80a35e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ LABEL maintainer="Brend Smits " WORKDIR /app COPY . /app -RUN git clone --depth=1 https://github.com/philips-labs/repolinter.git && cd repolinter && npm i --production && cd .. +RUN git clone --depth=1 https://github.com/philips-forks/repolinter.git && cd repolinter && npm i --production && cd .. -ENTRYPOINT ["/app/bin/loop.sh"] \ No newline at end of file +ENTRYPOINT ["/app/bin/loop.sh"] diff --git a/README.md b/README.md index 400c656..421e82e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After stumbling upon Repolinter and Newrelics Action, we decided we wanted somet ### Built With -- [Repolinter](https://github.com/philips-labs/repolinter) (forked, [original here](https://github.com/todogroup/repolinter)) +- [Repolinter](https://github.com/philips-forks/repolinter) (forked, [original here](https://github.com/todogroup/repolinter))

(back to top)