From 1991dc22051a212bc0efecf8ddf7ce7a5233a7b8 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Tue, 3 Dec 2024 13:57:29 +1100 Subject: [PATCH] Updated `buildx` in CI. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07c3df0..ffc5ebf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ executors: docker: - image: drevops/ci-runner:24.11.0 environment: - BUILDX_VERSION: v0.10.4 + BUILDX_VERSION: v0.19.1 jobs: build: