Skip to content

Commit

Permalink
Merge pull request #839 from crazy-max/xx-update
Browse files Browse the repository at this point in the history
dockerfile: update xx to 1.0.0
  • Loading branch information
tonistiigi authored Nov 14, 2021
2 parents f002608 + d1aaed7 commit bcfd434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DOCKERD_VERSION=20.10.8
FROM docker:$DOCKERD_VERSION AS dockerd-release

# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:21a61be4744f6531cb5f33b0e6f40ede41fa3a1b8c82d5946178f80cc84bfc04 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.0.0 AS xx

FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS golatest

Expand Down

0 comments on commit bcfd434

Please sign in to comment.