Skip to content

Commit 741089b

Browse files
committed
compose: update osxcross to 15.5
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent e552606 commit 741089b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FROM scratch AS scripts
4040
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
4141

4242
# osxcross contains the MacOSX SDK for xx
43-
FROM dockercore/golang-cross:xx-sdk-extras AS osxsdk
43+
FROM crazymax/osxcross:15.5-alpine AS osxcross
4444

4545
# go base image to retrieve /usr/local/go
4646
FROM ${GO_IMAGE}:${GO_VERSION}-${GO_IMAGE_VARIANT} AS go

0 commit comments

Comments
 (0)