Skip to content

Commit

Permalink
Merge pull request #1627 from drwetter/dockerhub_workaround
Browse files Browse the repository at this point in the history
Provide the correct branch to Dockerhub builds
  • Loading branch information
drwetter authored May 8, 2020
2 parents e628c16 + f16ed46 commit eb1398c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit eb1398c

Please sign in to comment.