From 81fb5f967f35ad7f0711555165bfd74717e0593c Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 19 Feb 2026 10:52:31 +0100 Subject: [PATCH] don't use 3.0 anymore --- Dockerfile.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.md b/Dockerfile.md index 0586272..233ea59 100644 --- a/Dockerfile.md +++ b/Dockerfile.md @@ -3,7 +3,7 @@ Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` for convenience. ```bash -docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com +docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 github.com ``` ### Output files @@ -31,7 +31,6 @@ You can pull the image from either of these registries: Supported tags: - `3.2` / `latest` -- `3.0` is the old stable version ([soon to become EOL][testssl::v3p0-eol]) ### Building the `testssl.sh` container image