We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7b649 commit 5955ccfCopy full SHA for 5955ccf
1 file changed
Dockerfile
@@ -19,6 +19,7 @@ ARG DELVE_VERSION=v1.21.0
19
20
ARG GO_VERSION=1.21
21
ARG ALPINE_VERSION=3.18
22
+ARG XX_VERSION=1.3.0
23
ARG BUILDKIT_DEBUG
24
25
# minio for s3 integration tests
@@ -36,7 +37,7 @@ FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0
36
37
FROM alpine-$TARGETARCH AS alpinebase
38
39
# xx is a helper for cross-compilation
-FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
40
+FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
41
42
# go base image
43
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest
0 commit comments