From bc8b6e01528a1232341773be73078f7639f17187 Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 20 Mar 2024 16:16:41 +0100 Subject: [PATCH] Bump docker version and docker buildx version (#3208) --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index cfde7020bcd..2bd1a338473 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -5,8 +5,8 @@ ARG TARGETOS ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.0 -ARG DOCKER_VERSION=25.0.2 -ARG BUILDX_VERSION=0.12.1 +ARG DOCKER_VERSION=25.0.4 +ARG BUILDX_VERSION=0.13.1 RUN apt update -y && apt install curl unzip -y