From b47488aea2440854a76fbb5f36000d3115526092 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Sternberg" Date: Wed, 1 Oct 2025 09:57:59 -0500 Subject: [PATCH] ci: update buildkit ref for ci Signed-off-by: Jonathan A. Sternberg --- .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 ffb189a79..86728caf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.25.0 - v0.24.0 - v0.23.2 - - v0.22.0 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index 0bb0a7d1f..92954c268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_VERSION_ALT_26=26.1.3 ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG GOTESTSUM_VERSION=v1.12.0 ARG REGISTRY_VERSION=3.0.0 -ARG BUILDKIT_VERSION=v0.24.0 +ARG BUILDKIT_VERSION=v0.25.0 ARG COMPOSE_VERSION=v2.39.1 ARG UNDOCK_VERSION=0.9.0