We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 059648e + bc07c0f commit 76e5316Copy full SHA for 76e5316
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ARG XX_VERSION="1.9.0"
8
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
9
10
# osxcross contains the MacOSX cross toolchain for xx
11
-FROM crazymax/osxcross:15.5-debian AS osxcross
+FROM crazymax/osxcross:26.1-debian AS osxcross
12
13
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder-base
14
COPY --from=xx / /
0 commit comments