We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638c2d4 + e6b34ab commit 7a5c741Copy full SHA for 7a5c741
docker-bake.hcl
@@ -195,7 +195,7 @@ variable "BINUTILS_VERSION_ONLY" {
195
}
196
197
variable "BINUTILS_VERSION" {
198
- default = "2.41"
+ default = "2.42"
199
200
201
function "binutilsTag" {
src/ld/Dockerfile
@@ -1,12 +1,12 @@
1
#syntax=docker/dockerfile:1.5
2
3
-ARG ALPINE_VERSION=3.19
+ARG ALPINE_VERSION=3.20
4
ARG LIBTAPI_VERSION=1300.6.5
5
ARG CCTOOLS_VERSION=1009.2-ld64-907
6
ARG SIGTOOL_VERSION=c6242cb29c412168f771e97d75417e55af6cdb2e
7
ARG LIBDISPATCH_VERSION=swift-5.9.2-RELEASE
8
-ARG APORTS_VERSION=3.19-stable
9
-ARG BINUTILS_VERSION=2.41
+ARG APORTS_VERSION=3.20-stable
+ARG BINUTILS_VERSION=2.42
10
11
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
12
0 commit comments