diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc10cd6..d23688c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ on: env: NODE_VERSION: "20" - BUILDX_VERSION: "v0.31.1" - BUILDKIT_IMAGE: "moby/buildkit:v0.27.1" + BUILDX_VERSION: "v0.32.0-rc1" + BUILDKIT_IMAGE: "moby/buildkit:v0.28.0-rc1" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index 3c86aca..890e106 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,8 +15,8 @@ # limitations under the License. ARG NODE_VERSION=20 -ARG DOCKER_VERSION=28.3 -ARG BUILDX_VERSION=0.31.1 +ARG DOCKER_VERSION=29.2 +ARG BUILDX_VERSION=0.32.0-rc1 ARG COMPOSE_VERSION=2.39.1 ARG UNDOCK_VERSION=0.10.0 ARG REGCTL_VERSION=v0.8.2