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.
2 parents 036c315 + e49a366 commit 17fa7b3Copy full SHA for 17fa7b3
Dockerfile
@@ -32,7 +32,7 @@ FROM alpine:edge@sha256:c223f84e05c23c0571ce8decefef818864869187e1a3ea47719412e2
32
FROM alpine-$TARGETARCH AS alpinebase
33
34
# xx is a helper for cross-compilation
35
-FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.2 AS xx
+FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
36
37
# go base image
38
FROM --platform=$BUILDPLATFORM golang:1.19-alpine${ALPINE_VERSION} AS golatest
0 commit comments