Skip to content

Commit 76e5316

Browse files
authored
Merge pull request #2 from dgageot/dependabot/docker/crazymax/osxcross-26.1-debian
build(deps): bump crazymax/osxcross from 15.5-debian to 26.1-debian
2 parents 059648e + bc07c0f commit 76e5316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG XX_VERSION="1.9.0"
88
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
99

1010
# osxcross contains the MacOSX cross toolchain for xx
11-
FROM crazymax/osxcross:15.5-debian AS osxcross
11+
FROM crazymax/osxcross:26.1-debian AS osxcross
1212

1313
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder-base
1414
COPY --from=xx / /

0 commit comments

Comments
 (0)