update buildx to 0.16.2, buildkit to 0.15.1

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-07-25 17:26:29 +02:00
parent 6df98c1aad
commit 09e67cefea
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ on:
env:
NODE_VERSION: "20"
BUILDX_VERSION: "v0.16.1"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.0"
BUILDX_VERSION: "v0.16.2"
BUILDKIT_IMAGE: "moby/buildkit:v0.15.1"
jobs:
test: