From c1ab55a3f2a971496b761f52f11f76d7f6a476a5 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Tue, 24 Jan 2023 11:47:58 +0000 Subject: [PATCH] ci: update buildkit release version in build pipeline Signed-off-by: Justin Chadwell --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 259e9c79..3e369646 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ on: env: BUILDX_VERSION: "v0.10.0" - BUILDKIT_IMAGE: "moby/buildkit:v0.11.0" + BUILDKIT_IMAGE: "moby/buildkit:v0.11.1" REPO_SLUG: "docker/buildx-bin" DESTDIR: "./bin"