mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
Merge pull request #1627 from drwetter/dockerhub_workaround
Provide the correct branch to Dockerhub builds
This commit is contained in:
commit
eb1398c04c
@ -10,7 +10,7 @@ RUN ln -s /home/testssl/testssl.sh /usr/local/bin/
|
|||||||
USER testssl
|
USER testssl
|
||||||
WORKDIR /home/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"]
|
ENTRYPOINT ["testssl.sh"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user