Skip to content

Commit 9fada6c

Browse files
ndeloofglours
authored andcommitted
Bumped build images: tonistiigi/xx:1.9.0, crazymax/osxcross:15.5
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 85ea24b commit 9fada6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
ARG GO_VERSION=1.24.11
19-
ARG XX_VERSION=1.6.1
19+
ARG XX_VERSION=1.9.0
2020
ARG GOLANGCI_LINT_VERSION=v2.6.2
2121
ARG ADDLICENSE_VERSION=v1.0.0
2222

@@ -28,12 +28,12 @@ ARG LICENSE_FILES=".*\(Dockerfile\|Makefile\|\.go\|\.hcl\|\.sh\)"
2828
FROM --platform=${BUILDPLATFORM} tonistiigi/xx:${XX_VERSION} AS xx
2929

3030
# osxcross contains the MacOSX cross toolchain for xx
31-
FROM crazymax/osxcross:11.3-alpine AS osxcross
31+
FROM crazymax/osxcross:15.5-alpine AS osxcross
3232

3333
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
3434
FROM ghcr.io/google/addlicense:${ADDLICENSE_VERSION} AS addlicense
3535

36-
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS base
36+
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine3.22 AS base
3737
COPY --from=xx / /
3838
RUN apk add --no-cache \
3939
clang \

0 commit comments

Comments
 (0)