Skip to content

Commit 5955ccf

Browse files
committed
Dockerfile: update xx to 1.3.0
Signed-off-by: CrazyMax <[email protected]>
1 parent cc7b649 commit 5955ccf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ARG DELVE_VERSION=v1.21.0
1919

2020
ARG GO_VERSION=1.21
2121
ARG ALPINE_VERSION=3.18
22+
ARG XX_VERSION=1.3.0
2223
ARG BUILDKIT_DEBUG
2324

2425
# minio for s3 integration tests
@@ -36,7 +37,7 @@ FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0
3637
FROM alpine-$TARGETARCH AS alpinebase
3738

3839
# xx is a helper for cross-compilation
39-
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
40+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
4041

4142
# go base image
4243
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest

0 commit comments

Comments
 (0)