Merge pull request #777 from crazy-max/buildx-0.28.0

update buildkit to 0.24.0 and buildx to 0.28.0
This commit is contained in:
CrazyMax
2025-09-04 10:40:47 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "edge"
BUILDKIT_IMAGE: "moby/buildkit:v0.23.2"
BUILDKIT_IMAGE: "moby/buildkit:v0.24.0"
jobs:
test:

View File

@@ -16,7 +16,7 @@
ARG NODE_VERSION=20
ARG DOCKER_VERSION=28.3
ARG BUILDX_VERSION=0.27.0
ARG BUILDX_VERSION=0.28.0
ARG COMPOSE_VERSION=2.39.1
ARG UNDOCK_VERSION=0.10.0
ARG REGCTL_VERSION=v0.8.2