Skip to content

Commit 7a5c741

Browse files
authored
Merge pull request #159 from crazy-max/update-binutils
update binutils to 2.42
2 parents 638c2d4 + e6b34ab commit 7a5c741

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ variable "BINUTILS_VERSION_ONLY" {
195195
}
196196

197197
variable "BINUTILS_VERSION" {
198-
default = "2.41"
198+
default = "2.42"
199199
}
200200

201201
function "binutilsTag" {

src/ld/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#syntax=docker/dockerfile:1.5
22

3-
ARG ALPINE_VERSION=3.19
3+
ARG ALPINE_VERSION=3.20
44
ARG LIBTAPI_VERSION=1300.6.5
55
ARG CCTOOLS_VERSION=1009.2-ld64-907
66
ARG SIGTOOL_VERSION=c6242cb29c412168f771e97d75417e55af6cdb2e
77
ARG LIBDISPATCH_VERSION=swift-5.9.2-RELEASE
8-
ARG APORTS_VERSION=3.19-stable
9-
ARG BINUTILS_VERSION=2.41
8+
ARG APORTS_VERSION=3.20-stable
9+
ARG BINUTILS_VERSION=2.42
1010

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

0 commit comments

Comments
 (0)