We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2e5b8 commit d57dfa4Copy full SHA for d57dfa4
Dockerfile
@@ -18,6 +18,7 @@ ARG GOTESTSUM_VERSION=v1.9.0
18
19
ARG GO_VERSION=1.20
20
ARG ALPINE_VERSION=3.18
21
+ARG XX_VERSION=1.3.0
22
23
# minio for s3 integration tests
24
FROM minio/minio:${MINIO_VERSION} AS minio
@@ -34,7 +35,7 @@ FROM alpine:edge@sha256:2d01a16bab53a8405876cec4c27235d47455a7b72b75334c614f2fb0
34
35
FROM alpine-$TARGETARCH AS alpinebase
36
37
# xx is a helper for cross-compilation
-FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
38
+FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
39
40
# go base image
41
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest
0 commit comments