Skip to content

Commit

Permalink
fix binutils version in ld-tgz-base target
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jul 13, 2023
1 parent 75ff1e5 commit 60f646b
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 60f646b

Please sign in to comment.