mirror of
https://github.com/tonistiigi/xx
synced 2025-09-27 03:25:51 +08:00
update binutils to 2.44
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -195,7 +195,7 @@ variable "BINUTILS_VERSION_ONLY" {
|
||||
}
|
||||
|
||||
variable "BINUTILS_VERSION" {
|
||||
default = "2.43.1"
|
||||
default = "2.44"
|
||||
}
|
||||
|
||||
function "binutilsTag" {
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user