Skip to content

Commit 17fa7b3

Browse files
authored
Merge pull request moby#3627 from crazy-max/update-xx
Dockerfile: update xx to 1.2.1
2 parents 036c315 + e49a366 commit 17fa7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM alpine:edge@sha256:c223f84e05c23c0571ce8decefef818864869187e1a3ea47719412e2
3232
FROM alpine-$TARGETARCH AS alpinebase
3333

3434
# xx is a helper for cross-compilation
35-
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.2 AS xx
35+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
3636

3737
# go base image
3838
FROM --platform=$BUILDPLATFORM golang:1.19-alpine${ALPINE_VERSION} AS golatest

0 commit comments

Comments
 (0)