From 161925ebb45087991116c1436caf0e91ea1c9774 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 12 Feb 2023 22:07:17 +0100 Subject: [PATCH] Dockerfile: update xx to 1.2.1 Signed-off-by: CrazyMax (cherry picked from commit e49a366f309f6d3d67f9b7fc764f3402e01dbe0a) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f3cba912b84..3dc9c06c60ff 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@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