From e25c754744bead821423e668fa09c813edb0f86c Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:34:23 +0200 Subject: [PATCH] Upgrade docker engine to 24.0.6 (#2886) --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 89b638205..5ac45e95c 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETOS ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0 -ARG DOCKER_VERSION=23.0.6 +ARG DOCKER_VERSION=24.0.6 RUN apt update -y && apt install curl unzip -y