Skip to content

Commit 0144d89

Browse files
authored
Merge pull request #689 from crazy-max/buildkit-0.22-buildx-0.24
update buildkit to v0.22.0-rc1 and buildx to 0.24.0-rc1
2 parents 6c4b7e3 + 2376759 commit 0144d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
env:
1717
NODE_VERSION: "20"
1818
BUILDX_VERSION: "edge"
19-
BUILDKIT_IMAGE: "moby/buildkit:v0.21.0"
19+
BUILDKIT_IMAGE: "moby/buildkit:v0.22.0-rc1"
2020

2121
jobs:
2222
test:

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ARG NODE_VERSION=20
1818
ARG DOCKER_VERSION=27.2.1
19-
ARG BUILDX_VERSION=0.23.0
19+
ARG BUILDX_VERSION=0.24.0-rc1
2020
ARG COMPOSE_VERSION=2.32.4
2121
ARG UNDOCK_VERSION=0.10.0
2222
ARG REGCTL_VERSION=v0.8.2

0 commit comments

Comments
 (0)