diff --git a/scripts/Dockerfile b/scripts/Dockerfile index d6b5552..b35bd73 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -37,7 +37,7 @@ RUN set -xe && \ cmake -DCMAKE_CXX_STANDARD=11 . && \ make install -j $THREADS && \ cd .. && \ - git clone https://github.com/ionull/subconverter --depth=1 && \ + git clone https://github.com/asdlokj1qpi233/subconverter --depth=1 && \ cd subconverter && \ [ -n "$SHA" ] && sed -i 's/\(v[0-9]\.[0-9]\.[0-9]\)/\1-'"$SHA"'/' src/version.h;\ python3 -m ensurepip && \