From 8da4f0fe646c06620c309a1623be5a5b59bbae1d Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:49:38 +0200 Subject: [PATCH] dockerfile: update buildkit to 0.23.1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .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 c81859dc0..bfb92e31d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - master - latest - buildx-stable-1 - - v0.23.0 + - v0.23.1 - v0.22.0 - v0.21.1 worker: diff --git a/Dockerfile b/Dockerfile index c706e16b8..b2b665bff 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.23.0 +ARG BUILDKIT_VERSION=v0.23.1 ARG UNDOCK_VERSION=0.9.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx