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
commit eb1398c04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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