Skip to content

Commit

Permalink
Merge pull request #651 from crazy-max/20.10_backport_buildx_0.8.1
Browse files Browse the repository at this point in the history
[20.10 backport] update buildx to v0.8.1
  • Loading branch information
thaJeztah committed Mar 21, 2022
2 parents 89f6d0a + 1a29c31 commit 33e8ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/buildx.installer
Expand Up @@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
PKG=github.com/docker/buildx
GOPATH=$(go env GOPATH)
REPO=https://${PKG}.git
: "${BUILDX_COMMIT=v0.8.0}"
: "${BUILDX_COMMIT=v0.8.1}"
DEST=${GOPATH}/src/${PKG}

build() {
Expand Down

0 comments on commit 33e8ce9

Please sign in to comment.