From c84b2067f82d8dc9d9e4a52df2f5a06ce2a49eda Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 15 Jun 2024 23:27:58 -0400 Subject: [PATCH] chore: bump `moby/buildkit` to 0.14.0 (#4672) Signed-off-by: Rui Chen --- .github/workflows/atlantis-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index f35676d37..d0720505e 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -75,7 +75,7 @@ jobs: # https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515 with: driver-opts: | - image=moby/buildkit:v0.12.5 + image=moby/buildkit:v0.14.0 # release version is the name of the tag i.e. v0.10.0 # release version also has the image type appended i.e. v0.10.0-alpine @@ -167,7 +167,7 @@ jobs: # https://github.com/docker/build-push-action/issues/761#issuecomment-1575006515 with: driver-opts: | - image=moby/buildkit:v0.13.2 + image=moby/buildkit:v0.14.0 - name: "Build and load into Docker" if: contains(fromJson('["push", "pull_request"]'), github.event_name)