diff --git a/workers/Dockerfile b/workers/Dockerfile index 69f4c93..5bf47ee 100644 --- a/workers/Dockerfile +++ b/workers/Dockerfile @@ -16,8 +16,7 @@ RUN rm -rf aria2-1.36.0-linux-gnu-64bit-build1 aria2-1.36.0-linux-gnu-64bit-buil # kiwix-hotspot ENV TEST "-" -RUN curl -L -o kiwix-hotspot-linux.tar.gz http://tmp.kiwix.org/ci/kiwix-hotspot-linux-main.tar.gz -# RUN curl -L -o kiwix-hotspot-linux.tar.gz http://mirror.download.kiwix.org/release/kiwix-hotspot/v2.4.12/kiwix-hotspot-linux-2.4.12.tar.gz +RUN curl -L -o kiwix-hotspot-linux.tar.gz http://mirror.download.kiwix.org/release/kiwix-hotspot/v2.4.13/kiwix-hotspot-linux-2.4.13.tar.gz RUN tar xf kiwix-hotspot-linux.tar.gz && mv kiwix-hotspot /usr/bin/kiwix-hotspot RUN rm -f kiwix-hotspot-linux.tar.gz