diff --git a/build/innosetup/Dockerfile b/build/innosetup/Dockerfile index 1e79349..66cf690 100644 --- a/build/innosetup/Dockerfile +++ b/build/innosetup/Dockerfile @@ -7,7 +7,7 @@ ENV WINEDEBUG fixme-all ENV WINEARCH win32 # # Install Inno Setup binaries -RUN curl -SL "https://github.com/jrsoftware/issrc/releases/download/is-5_6_1/innosetup-5.6.1.exe" -o is.exe +RUN curl -SL "http://www.jrsoftware.org/download.php/is.exe" -o is.exe RUN xvfb-run wine wineboot --init \ && xvfb-run -e /dev/stdout wine is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART