Skip to content

Commit

Permalink
docs: update docker buildx documentation link (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhoenix authored Jan 21, 2024
1 parent 8da175c commit ac16622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docker buildx create --use --platform linux/amd64,linux/i386,linux/arm64,linux/a
docker buildx bake -f docker-bake.hcl
```

We require a version of `buildx` >= v0.9.1. [Visit the official documentation](https://docs.docker.com/build/buildx/install/) for instructions on installing and upgrading `buildx`. You can check which version you have using:
We require a version of `buildx` >= v0.9.1. [Visit the official documentation](https://docs.docker.com/build/architecture/#install-buildx) for instructions on installing and upgrading `buildx`. You can check which version you have using:

```bash
docker buildx version
Expand Down

0 comments on commit ac16622

Please sign in to comment.