Skip to content

Commit 6809a1d

Browse files
fix style in docs
Co-authored-by: Andrey Nering <[email protected]>
1 parent 61e8748 commit 6809a1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

website/docs/installation.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,13 @@ This installation method is community owned.
198198
199199
### Docker
200200
201-
If you are building a docker image that, among other utilities, must contain `Task` as well, you can copy over both the binary as well as the appropriate bash completion for your shell from the official `ghcr.io/go-task/task` docker image:
201+
If you are building a Docker image that, among other utilities, must contain `task` as well, you can copy over both the binary as well as the appropriate Bash completion for your shell from the official `ghcr.io/go-task/task` Docker image:
202202

203-
> Note: The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at `v3.40.2`
203+
:::info
204+
205+
The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at v3.40.2.
206+
207+
:::
204208

205209
```Dockerfile
206210
FROM ubuntu:22.04

0 commit comments

Comments
 (0)