Skip to content

Commit 5d49458

Browse files
authored
Merge pull request #1944 from drwetter/docker_3.0
Docker updates
2 parents e7713f8 + 4e8dd46 commit 5d49458

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22

33
RUN apk update && \
44
apk upgrade && \

Dockerfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ docker run --rm -t mytestssl -p --header example.com
3434

3535
### From dockerhub
3636

37-
You can pull the image from dockerhub and run:
37+
You can pull the image from dockerhub and e.g run:
3838

3939
```
40-
docker run --rm -t drwetter/testssl.sh:3.0 --fs example.com
40+
docker run --rm -t drwetter/testssl.sh:3.0 --protocols --server-preference example.com
4141
```
4242

43-
Other tags supported are: ``3.1dev`` and ``latest``. They the same, i.e. the rolling release. ``3.0`` is the latest stable version from git which might have a few improvements (see git log) over the released 3.0.X.
43+
Other tags supported are: ``3.1dev`` and ``latest``. They are the same, i.e. the rolling release. ``3.0`` is the latest stable version from git which might have a few improvements (see git log) over the released 3.0.X.
4444

4545
``docker run --rm -t drwetter/testssl.sh:3.0 example.com``.
4646

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Update notification here or @ [twitter](https://twitter.com/drwetter).
4747

4848
You can download testssl.sh by cloning this git repository:
4949

50-
git clone --depth 1 https://github.com/drwetter/testssl.sh.git
50+
git clone --depth 1 https://github.com/drwetter/testssl.sh.git --branch 3.0
5151

52-
and checkout the 3.0 branch. For the stable version help yourself by downloading the [ZIP](https://codeload.github.com/drwetter/testssl.sh/zip/3.0.4) or [tar.gz](https://codeload.github.com/drwetter/testssl.sh/tar.gz/3.0.4) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
52+
For the stable version help yourself by downloading the [ZIP](https://codeload.github.com/drwetter/testssl.sh/zip/3.0.5) or the lastest testssl-3.0.X.tar.gz from [https://testssl.sh](https://testssl.sh/) archive. Just ``cd`` to the directory created (=INSTALLDIR) and run it off there.
5353

5454
#### Docker
5555

0 commit comments

Comments
 (0)