diff --git a/Dockerfile b/Dockerfile index 20ae4cf..c1fc7fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,12 +45,12 @@ RUN \ optional-requirements.txt && \ echo "***install kepubify" && \ if [ -z ${KEPUBIFY_RELEASE+x} ]; then \ - KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/geek1011/kepubify/releases/latest" \ + KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" \ | awk '/tag_name/{print $4;exit}' FS='[""]'); \ fi && \ curl -o \ /usr/bin/kepubify -L \ - https://github.com/geek1011/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && \ + https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-64bit && \ echo "**** cleanup ****" && \ apt-get -y purge \ git \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4599f82..b16ea4f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -52,12 +52,12 @@ RUN \ optional-requirements.txt && \ echo "***install kepubify" && \ if [ -z ${KEPUBIFY_RELEASE+x} ]; then \ - KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/geek1011/kepubify/releases/latest" \ + KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" \ | awk '/tag_name/{print $4;exit}' FS='[""]'); \ fi && \ curl -o \ /usr/bin/kepubify -L \ - https://github.com/geek1011/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm64 && \ + https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm64 && \ echo "**** cleanup ****" && \ apt-get -y purge \ g++ \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index aa77545..86793de 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -52,12 +52,12 @@ RUN \ optional-requirements.txt && \ echo "***install kepubify" && \ if [ -z ${KEPUBIFY_RELEASE+x} ]; then \ - KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/geek1011/kepubify/releases/latest" \ + KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" \ | awk '/tag_name/{print $4;exit}' FS='[""]'); \ fi && \ curl -o \ /usr/bin/kepubify -L \ - https://github.com/geek1011/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm && \ + https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm && \ echo "**** cleanup ****" && \ apt-get -y purge \ g++ \