From d1aaed7a7789591c60c87f63d16095cf1b1989a9 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 13 Nov 2021 18:53:01 +0100 Subject: [PATCH] dockerfile: update xx to 1.0.0 Signed-off-by: CrazyMax --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f258aae..804050b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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