Skip to content

Commit

Permalink
Merge pull request #186 from crazy-max/update-binutils
Browse files Browse the repository at this point in the history
update binutils to 2.43.1
  • Loading branch information
tonistiigi authored Dec 14, 2024
2 parents f7ed7df + 4eab07e commit 2fc8560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ variable "BINUTILS_VERSION_ONLY" {
}

variable "BINUTILS_VERSION" {
default = "2.42"
default = "2.43.1"
}

function "binutilsTag" {
Expand Down
6 changes: 3 additions & 3 deletions src/ld/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#syntax=docker/dockerfile:1.8
#check=error=true

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG LIBTAPI_VERSION=1300.6.5
ARG CCTOOLS_VERSION=1009.2-ld64-907
ARG SIGTOOL_VERSION=c6242cb29c412168f771e97d75417e55af6cdb2e
ARG LIBDISPATCH_VERSION=swift-5.9.2-RELEASE
ARG APORTS_VERSION=3.20-stable
ARG BINUTILS_VERSION=2.42
ARG APORTS_VERSION=3.21-stable
ARG BINUTILS_VERSION=2.43.1

FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx

Expand Down

0 comments on commit 2fc8560

Please sign in to comment.