From d57dfa4d7c8995c820f47b29c7cdb5fb817a1895 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 18 Oct 2023 08:29:58 +0200 Subject: [PATCH] Dockerfile: update xx to 1.3.0 Signed-off-by: CrazyMax (cherry picked from commit 5955ccf77c3618970d336821fd75857155f9b6b9) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a1044289022..11a2be233861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ ARG GOTESTSUM_VERSION=v1.9.0 ARG GO_VERSION=1.20 ARG ALPINE_VERSION=3.18 +ARG XX_VERSION=1.3.0 # minio for s3 integration tests FROM minio/minio:${MINIO_VERSION} AS minio @@ -34,7 +35,7 @@ FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0 FROM alpine-$TARGETARCH AS alpinebase # xx is a helper for cross-compilation -FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx # go base image FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest