Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from crazy-max/update-buildx2
Browse files Browse the repository at this point in the history
update to buildx 0.9.1
  • Loading branch information
crazy-max authored Aug 19, 2022
2 parents ce8c6fb + d2a99b3 commit 5411844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "BUILDX_REPO" {

# Sets the buildx version to download the binary from GitHub Releases.
variable "BUILDX_VERSION" {
default = "v0.9.0"
default = "v0.9.1"
}

# Sets the list of package types to build: apk, deb, rpm and/or static
Expand Down

0 comments on commit 5411844

Please sign in to comment.