Skip to content

Commit 8a55b66

Browse files
committed
Bump xx to 1.1.2
Signed-off-by: CrazyMax <[email protected]>
1 parent 7804e2c commit 8a55b66

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)