Skip to content

Commit d57dfa4

Browse files
committed
Dockerfile: update xx to 1.3.0
Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit 5955ccf)
1 parent 6a2e5b8 commit d57dfa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ARG GOTESTSUM_VERSION=v1.9.0
1818

1919
ARG GO_VERSION=1.20
2020
ARG ALPINE_VERSION=3.18
21+
ARG XX_VERSION=1.3.0
2122

2223
# minio for s3 integration tests
2324
FROM minio/minio:${MINIO_VERSION} AS minio
@@ -34,7 +35,7 @@ FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0
3435
FROM alpine-$TARGETARCH AS alpinebase
3536

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

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

0 commit comments

Comments
 (0)