Skip to content

Commit

Permalink
Update docker buildx installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhoenix authored Jan 13, 2024
1 parent 8da175c commit 403f54c
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://github.com/docker/buildx#installing) 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 403f54c

Please sign in to comment.