Skip to content

Commit 87ecc1c

Browse files
authored
Merge pull request #2997 from testssl/drwetter-patch-1
don't use 3.0 docker images anymore
2 parents 552e10c + 81fb5f9 commit 87ecc1c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience.
44

55
```bash
6-
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
6+
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 github.com
77
```
88

99
### Output files
@@ -31,7 +31,6 @@ You can pull the image from either of these registries:
3131

3232
Supported tags:
3333
- `3.2` / `latest`
34-
- `3.0` is the old stable version ([soon to become EOL][testssl::v3p0-eol])
3534

3635
### Building the `testssl.sh` container image
3736

0 commit comments

Comments
 (0)