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 16d8570 + 8a55b66 commit 4df3e8fCopy full SHA for 4df3e8f
Dockerfile
@@ -20,7 +20,7 @@ FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git
20
RUN apk add --no-cache git
21
22
# xx is a helper for cross-compilation
23
-FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:1e96844fadaa2f9aea021b2b05299bc02fe4c39a92d8e735b93e8e2b15610128 AS xx
+FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.2 AS xx
24
25
FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS golatest
26
0 commit comments