From ee3baa54f7da28bd417858e278782cfc5760f3c8 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:38:39 +0200 Subject: [PATCH] dockerfile: update buildkit to 0.14.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 cc797eb6..f8ba8ba9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,9 +43,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.14.0 - v0.13.1 - v0.12.5 - - v0.11.6 worker: - docker-container - remote diff --git a/Dockerfile b/Dockerfile index f69972f8..5b45fb6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG XX_VERSION=1.4.0 ARG DOCKER_VERSION=26.0.0 ARG GOTESTSUM_VERSION=v1.9.0 ARG REGISTRY_VERSION=2.8.0 -ARG BUILDKIT_VERSION=v0.13.1 +ARG BUILDKIT_VERSION=v0.14.0 ARG UNDOCK_VERSION=0.7.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx