Skip to content

Commit

Permalink
Merge pull request #115 from crazy-max/fix-binutils-version
Browse files Browse the repository at this point in the history
fix binutils version in ld-tgz-base target
  • Loading branch information
tonistiigi authored Jul 13, 2023
2 parents d31017a + 60f646b commit ba5b1e0
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 @@ -320,7 +320,7 @@ target "ld-tgz-base" {
inherits = ["_ld-base"]
target = "ld-static-tgz"
args = {
LD_VERSION = BINUTILS_VERSION
BINUTILS_VERSION = BINUTILS_VERSION
}
platforms = [
"linux/amd64",
Expand Down

0 comments on commit ba5b1e0

Please sign in to comment.