Skip to content

Commit 56d608e

Browse files
committed
update buildkit to 0.29.0 and buildx to 0.33.0
Signed-off-by: CrazyMax <[email protected]>
1 parent 40bb1df commit 56d608e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818

1919
env:
2020
NODE_VERSION: "24"
21-
BUILDX_VERSION: "v0.33.0-rc1"
22-
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0-rc1"
21+
BUILDX_VERSION: "v0.33.0"
22+
BUILDKIT_IMAGE: "moby/buildkit:v0.29.0"
2323

2424
jobs:
2525
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=24
1818
ARG DOCKER_VERSION=29.3
19-
ARG BUILDX_VERSION=0.33.0-rc1
19+
ARG BUILDX_VERSION=0.33.0
2020
ARG COMPOSE_VERSION=5.1.1
2121
ARG UNDOCK_VERSION=0.11.0
2222
ARG REGCTL_VERSION=v0.11.2

0 commit comments

Comments
 (0)