From 0c941467b21b86e5ff77668a43b606cad1a3d504 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:05:48 +0100 Subject: [PATCH] dockerfile: update buildkit to v0.26.3 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 c3af7f413..88086ff0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - master - latest - buildx-stable-1 - - v0.26.2 + - v0.26.3 - v0.25.2 - v0.24.0 worker: diff --git a/Dockerfile b/Dockerfile index edad59431..941b8863c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG DOCKER_VERSION_ALT_27=27.5.1 ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG GOTESTSUM_VERSION=v1.13.0 ARG REGISTRY_VERSION=3.0.0 -ARG BUILDKIT_VERSION=v0.26.2 +ARG BUILDKIT_VERSION=v0.26.3 ARG COMPOSE_VERSION=v2.39.1 ARG UNDOCK_VERSION=0.9.0