Skip to content

Commit

Permalink
Merge pull request #598 from thaJeztah/update_buildx_0.7
Browse files Browse the repository at this point in the history
[master] update buildx to v0.7.0
  • Loading branch information
thaJeztah authored Nov 16, 2021
2 parents 8bbb124 + 756cf4a commit 66a4e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/buildx.installer
Original file line number Diff line number Diff line change
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.6.3}"
: "${BUILDX_COMMIT=v0.7.0}"
DEST=${GOPATH}/src/${PKG}

build() {
Expand Down

0 comments on commit 66a4e43

Please sign in to comment.