diff --git a/dev.Dockerfile b/dev.Dockerfile index 0348fd5..6990333 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. ARG NODE_VERSION=20 -ARG DOCKER_VERSION=26.0.2 +ARG DOCKER_VERSION=27.2.1 ARG BUILDX_VERSION=0.17.0 FROM node:${NODE_VERSION}-alpine AS base