Skip to content

Commit

Permalink
fix style in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Nering <[email protected]>
  • Loading branch information
mircea-pavel-anton and andreynering authored Dec 12, 2024
1 parent 0e3932d commit 70ae2bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,13 @@ This installation method is community owned.
### Docker
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:
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:

> Note: The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at `v3.40.2`
:::info

The image is available only for `amd64` and `arm64v8` architectures and only for Task versions starting at v3.40.2.

:::

```Dockerfile
FROM ubuntu:22.04
Expand Down

0 comments on commit 70ae2bd

Please sign in to comment.