Skip to content

Commit af57ec4

Browse files
authored
docs: Docker - Minor corrections
1 parent 5b89995 commit af57ec4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docker-3.2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ env:
1515
GIT_BRANCH: "3.2"
1616

1717
jobs:
18-
1918
deploy:
2019
runs-on: ubuntu-24.04
21-
2220
steps:
2321
- name: lowercase the repository name
2422
run: echo "REPO=${GITHUB_REPOSITORY@L}" >> "${GITHUB_ENV}"

Dockerfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Usage
22

3-
Run the image with `testssl.sh` options appended (default is `--help`). The container entrypoint is already set to `testsl.sh` as the command for convenience.
3+
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
66
docker run --rm -it ghcr.io/testssl/testssl.sh:3.2 --fs github.com
@@ -47,7 +47,7 @@ There are two base images supported:
4747
- openSUSE Leap ([`Dockerfile`](./Dockerfile)), glibc-based + faster.
4848
- Alpine ([`Dockerfile`](./Dockerfile.alpine)), musl-based + half the size.
4949

50-
The Alpine variant is made available if you need broarder platform support, or an image about 30MB smaller at the expense of slightly slower performance.
50+
The Alpine variant is made available if you need broader platform support, or an image about 30MB smaller at the expense of slightly slower performance.
5151

5252
#### Tip - Remote build context + `Dockerfile`
5353

0 commit comments

Comments
 (0)