From 6810a7c69cc55e4fad0a246a8b4b921d881f8f59 Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 3 Dec 2024 17:59:08 -0800 Subject: [PATCH] update buildkit used for tests Signed-off-by: Tonis Tiigi --- .github/workflows/build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cad2db0640..aa577944b02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.18.1 - v0.17.2 - v0.16.0 - - v0.15.2 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index 4ae33ac031b..7bf9b43309d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3 ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG GOTESTSUM_VERSION=v1.12.0 ARG REGISTRY_VERSION=2.8.3 -ARG BUILDKIT_VERSION=v0.17.2 +ARG BUILDKIT_VERSION=v0.18.1 ARG UNDOCK_VERSION=0.8.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx