We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e552606 commit 741089bCopy full SHA for 741089b
pkg/compose/Dockerfile
@@ -40,7 +40,7 @@ FROM scratch AS scripts
40
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
41
42
# osxcross contains the MacOSX SDK for xx
43
-FROM dockercore/golang-cross:xx-sdk-extras AS osxsdk
+FROM crazymax/osxcross:15.5-alpine AS osxcross
44
45
# go base image to retrieve /usr/local/go
46
FROM ${GO_IMAGE}:${GO_VERSION}-${GO_IMAGE_VARIANT} AS go
0 commit comments