Skip to content

Commit 70ae2bd

Browse files
fix style in docs
Co-authored-by: Andrey Nering <[email protected]>
1 parent 0e3932d commit 70ae2bd

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
@@ -222,9 +222,13 @@ This installation method is community owned.
222222
223223
### Docker
224224
225-
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:
225+
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:
226226

227-
> Note: The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at `v3.40.2`
227+
:::info
228+
229+
The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at v3.40.2.
230+
231+
:::
228232

229233
```Dockerfile
230234
FROM ubuntu:22.04

0 commit comments

Comments
 (0)