From c19562feb7a1bced9c2203b30c555686b2b2aad0 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Wed, 5 May 2021 12:12:53 -0700 Subject: [PATCH] Dockerfile: don't use wrong tag for xx Signed-off-by: Tonis Tiigi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1805c066..176db338 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:golang@sha256:810dc54d5144f133a218e88e319184bf8b9ce01d37d46ddb37573e90decd9eef AS xx +FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:810dc54d5144f133a218e88e319184bf8b9ce01d37d46ddb37573e90decd9eef AS xx FROM --platform=$BUILDPLATFORM golang:1.13-alpine AS gostable FROM --platform=$BUILDPLATFORM golang:1.16-alpine AS golatest