diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46db785..195cf6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: env: NODE_VERSION: "20" - BUILDX_VERSION: "v0.14.0-rc1" + BUILDX_VERSION: "v0.14.0" jobs: test: diff --git a/dev.Dockerfile b/dev.Dockerfile index d001b74..2890078 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,8 +15,8 @@ # limitations under the License. ARG NODE_VERSION=20 -ARG DOCKER_VERSION=26.0.0 -ARG BUILDX_VERSION=0.14.0-rc1 +ARG DOCKER_VERSION=26.0.2 +ARG BUILDX_VERSION=0.14.0 FROM node:${NODE_VERSION}-alpine AS base RUN apk add --no-cache cpio findutils git