Merge pull request #702 from crazy-max/buildkit-0.22.0

update buildkit to v0.22.0 and buildx to 0.24.0
This commit is contained in:
CrazyMax 2025-05-21 19:07:01 +02:00 committed by GitHub
commit ee9866a77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.22.0-rc1"
BUILDKIT_IMAGE: "moby/buildkit:v0.22.0"
jobs:
test:

View File

@ -16,7 +16,7 @@
ARG NODE_VERSION=20
ARG DOCKER_VERSION=27.2.1
ARG BUILDX_VERSION=0.24.0-rc1
ARG BUILDX_VERSION=0.24.0
ARG COMPOSE_VERSION=2.32.4
ARG UNDOCK_VERSION=0.10.0
ARG REGCTL_VERSION=v0.8.2