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

Commit 5411844

Browse files
authored
Merge pull request #17 from crazy-max/update-buildx2
update to buildx 0.9.1
2 parents ce8c6fb + d2a99b3 commit 5411844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variable "BUILDX_REPO" {
2424

2525
# Sets the buildx version to download the binary from GitHub Releases.
2626
variable "BUILDX_VERSION" {
27-
default = "v0.9.0"
27+
default = "v0.9.1"
2828
}
2929

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

0 commit comments

Comments
 (0)