diff --git a/Dockerfile b/Dockerfile index 11e275936..5884c4e07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN ln -s /home/testssl/testssl.sh /usr/local/bin/ USER testssl WORKDIR /home/testssl/ -RUN git clone --depth=1 https://github.com/drwetter/testssl.sh.git . +RUN git clone -b 3.0 --depth=1 https://github.com/drwetter/testssl.sh.git . ENTRYPOINT ["testssl.sh"]