Skip to content

Commit

Permalink
Merge pull request #3630 from crazy-max/v0.10_backport_update-xx
Browse files Browse the repository at this point in the history
[0.10 backport] Dockerfile: update xx to 1.2.1
  • Loading branch information
crazy-max authored Feb 13, 2023
2 parents 4f0ee09 + 161925e commit 852f199
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 @@ -20,7 +20,7 @@ FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git
RUN apk add --no-cache git

# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:1e96844fadaa2f9aea021b2b05299bc02fe4c39a92d8e735b93e8e2b15610128 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx

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

Expand Down

0 comments on commit 852f199

Please sign in to comment.