Dockerfile: update to tonistiigi/xx:1.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
pull/1056/head
Sebastiaan van Stijn 3 years ago
parent a60150cbc6
commit b54a0aa37c
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

@ -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:1.0.0 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.1.0 AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS golatest

Loading…
Cancel
Save