From 198d6b872431a8ed07aab06d19af2c99963e7d54 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 4 Apr 2022 10:37:24 +0200 Subject: [PATCH] [20.10] circleci: update buildx to v0.8.2 release notes: https://github.com/docker/buildx/releases/tag/v0.8.2 Notable changes: - Update Compose spec used by buildx bake to v1.2.1 to fix parsing ports definition - Fix possible crash on handling progress streams from BuildKit v0.10 - Fix parsing groups in buildx bake when already loaded by a parent group Signed-off-by: Sebastiaan van Stijn --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fab2fb2909..34549e3cd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: docker: [{image: 'docker:20.10-git'}] environment: DOCKER_BUILDKIT: 1 - BUILDX_VERSION: "v0.5.1" + BUILDX_VERSION: "v0.8.2" parallelism: 3 steps: - checkout