From bcc665a7a1150716592a7127ac854dc255796191 Mon Sep 17 00:00:00 2001 From: Lukas Hauser Date: Wed, 7 Feb 2024 17:06:57 +0100 Subject: [PATCH] Fix CVE-2024-21626 (#3123) Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 424817225..5edf6280f 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=24.0.9 +ARG DOCKER_VERSION=25.0.2 ARG BUILDX_VERSION=0.12.1 RUN apt update -y && apt install curl unzip -y