From 3e5433ec860212b19871bca0a18c9ab5b29961e3 Mon Sep 17 00:00:00 2001 From: Victor Sollerhed Date: Thu, 1 Feb 2024 17:10:46 +0100 Subject: [PATCH] Upgrade `docker` from `24.0.7` to `24.0.8` (#3124) Which (among other things) fixes this High `CVE-2024-21626`: - https://github.com/advisories/GHSA-xr7r-f8xq-vfvv Release notes: - https://docs.docker.com/engine/release-notes/24.0/#2408 --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index e2b6a4284..377674f39 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.7 +ARG DOCKER_VERSION=24.0.8 ARG BUILDX_VERSION=0.12.1 RUN apt update -y && apt install curl unzip -y