From 66ed7d6162ff8dde50b2e7b0f2abd8a9b83d6a75 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:51:20 +0200 Subject: [PATCH] dockerfile, ci: update buildkit to latest stable 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 6b34dbb2..061a23f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,9 +45,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.15.2 - v0.14.1 - v0.13.2 - - v0.12.5 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index 02826f9f..c8aee878 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG DOCKER_VERSION=27.1.1 ARG DOCKER_CLI_VERSION=${DOCKER_VERSION} ARG GOTESTSUM_VERSION=v1.9.0 ARG REGISTRY_VERSION=2.8.0 -ARG BUILDKIT_VERSION=v0.14.1 +ARG BUILDKIT_VERSION=v0.16.0 ARG UNDOCK_VERSION=0.7.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx