Merge pull request #1627 from drwetter/dockerhub_workaround

Provide the correct branch to Dockerhub builds
This commit is contained in:
Dirk Wetter
2020-05-08 11:36:36 +02:00
committed by GitHub

View File

@ -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"]