From 614cc880dd41f35fbac04dc9e1e53d00e9050c8c Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 15 May 2025 09:00:36 +0200 Subject: [PATCH] dockerfile: update buildkit to 0.22.0 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 bf4c3f767..e16f3d225 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,9 +54,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.22.0 - v0.21.1 - v0.20.2 - - v0.19.0 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index b76254a60..03215fee6 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.1 +ARG BUILDKIT_VERSION=v0.22.0 ARG UNDOCK_VERSION=0.9.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx