From df8b99758896cb1877234781477315d9268045a3 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 13 May 2025 12:01:12 +0200 Subject: [PATCH] dockerfile: update buildkit to 0.21.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 cf3d19965..aa6bed662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.21.1 - v0.20.2 - v0.19.0 - - v0.18.2 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index f31d7432d..cf535c9e5 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.21.0 +ARG BUILDKIT_VERSION=v0.21.1 ARG UNDOCK_VERSION=0.9.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx