Skip to content

Commit 4df3e8f

Browse files
authored
Merge pull request moby#3328 from crazy-max/update-xx
2 parents 16d8570 + 8a55b66 commit 4df3e8f

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
@@ -20,7 +20,7 @@ FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git
2020
RUN apk add --no-cache git
2121

2222
# xx is a helper for cross-compilation
23-
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:1e96844fadaa2f9aea021b2b05299bc02fe4c39a92d8e735b93e8e2b15610128 AS xx
23+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.2 AS xx
2424

2525
FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS golatest
2626

0 commit comments

Comments
 (0)