From 43f61228ecafbf611a09eece09e948abf1714f9f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:14:17 +0100 Subject: [PATCH] dockerfile: bump buildx to 0.13.1 and docker to 26.0.0 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- dev.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.Dockerfile b/dev.Dockerfile index 025f8de2..6bc3ceb4 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -15,8 +15,8 @@ # limitations under the License. ARG NODE_VERSION=20 -ARG DOCKER_VERSION=24.0.5 -ARG BUILDX_VERSION=0.11.2 +ARG DOCKER_VERSION=26.0.0 +ARG BUILDX_VERSION=0.13.1 FROM node:${NODE_VERSION}-alpine AS base RUN apk add --no-cache cpio findutils git