From 2f29958913562f89e8d0ed862e1ad5aa8af27427 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:23:42 +0100 Subject: [PATCH] ci: update buildkit to 0.17.2 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6da276c4..582bc112 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ on: env: NODE_VERSION: "20" BUILDX_VERSION: "v0.18.0" - BUILDKIT_IMAGE: "moby/buildkit:v0.17.0" + BUILDKIT_IMAGE: "moby/buildkit:v0.17.2" jobs: test: