From 92ab188781652c3ade0cbc1b699ee15e20a9633b Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:45:28 +0100 Subject: [PATCH] dockerfile: update buildkit to 0.13.1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/build.yml | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e41e56fd..7bb4304a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,9 @@ jobs: - master - latest - buildx-stable-1 + - v0.13.1 + - v0.12.5 - v0.11.6 - - v0.10.6 worker: - docker - docker\+containerd # same as docker, but with containerd snapshotter diff --git a/Dockerfile b/Dockerfile index ffedea79..f69972f8 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.12.5 +ARG BUILDKIT_VERSION=v0.13.1 ARG UNDOCK_VERSION=0.7.0 FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx