Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.43.1"
default = "2.44"
}

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
#check=error=true

ARG ALPINE_VERSION=3.21
ARG ALPINE_VERSION=3.22
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.21-stable
ARG BINUTILS_VERSION=2.43.1
ARG APORTS_VERSION=3.22-stable
ARG BINUTILS_VERSION=2.44

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

Expand Down
Loading