From c6b5942cf2744d4e1ec547860fd8ad3146669708 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 11 Oct 2024 11:37:19 -0400 Subject: [PATCH] Bump crazymax/osxcross to 14.5. Also make the darwin setup less brittle, removing hardcoded versions --- Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7aed767..e9600da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM crazymax/osxcross:11.3-debian AS osxcross +FROM --platform=$BUILDPLATFORM crazymax/osxcross:14.5-debian AS osxcross FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx FROM --platform=$BUILDPLATFORM debian:bookworm-20240926-slim AS base @@ -24,17 +24,18 @@ ARG TARGETPLATFORM RUN xx-apt install -y binutils gcc g++ libc6-dev zlib1g-dev # Build TagLib for the target platform -RUN --mount=from=osxcross,target=/osxcross,src=/osxcross,ro <