From 38fe455661f04724efc9b3e15923876633c37f42 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 18 Jul 2023 18:35:44 +0200 Subject: [PATCH] update buildx to v0.11.2 release notes: https://github.com/docker/buildx/releases/tag/v0.11.2 Signed-off-by: CrazyMax --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index b129790070..b423efea12 100644 --- a/common.mk +++ b/common.mk @@ -39,7 +39,7 @@ REF ?= HEAD DOCKER_CLI_REF ?= $(REF) DOCKER_ENGINE_REF ?= $(REF) DOCKER_COMPOSE_REF ?= v2.20.0 -DOCKER_BUILDX_REF ?= v0.11.1 +DOCKER_BUILDX_REF ?= v0.11.2 # Use "stage" to install dependencies from download-stage.docker.com during the # verify step. Leave empty or use any other value to install from download.docker.com