From ce7951dbcc5b3bc78fd793c5f56bae7ba16a3c55 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 5 Jul 2024 14:28:04 -0700 Subject: [PATCH] bump buildx to the latest stable release Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.common-ci.yml b/.common-ci.yml index b682ddfd..92b4d280 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -45,7 +45,7 @@ stages: # Make buildx available as a docker CLI plugin .buildx-setup: before_script: - - export BUILDX_VERSION=v0.6.3 + - export BUILDX_VERSION=v0.15.1 - apk add --no-cache curl - mkdir -p ~/.docker/cli-plugins - curl -sSLo ~/.docker/cli-plugins/docker-buildx "https://github.com/docker/buildx/releases/download/${BUILDX_VERSION}/buildx-${BUILDX_VERSION}.linux-amd64"