Skip to content

Commit

Permalink
update binutils to 2.42
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jun 13, 2024
1 parent 638c2d4 commit e6b34ab
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.41"
default = "2.42"
}

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

ARG ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.20
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.19-stable
ARG BINUTILS_VERSION=2.41
ARG APORTS_VERSION=3.20-stable
ARG BINUTILS_VERSION=2.42

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

Expand Down

0 comments on commit e6b34ab

Please sign in to comment.