From 8e97ad4d867e266208fb41563a175687fbede34e Mon Sep 17 00:00:00 2001 From: Victor Sollerhed Date: Wed, 22 Jan 2025 07:00:53 +0100 Subject: [PATCH] Upgrade `docker` from `27.3.1` to `27.4.1` (#3648) Includes: - https://github.com/moby/moby/releases/tag/v27.4.0 - https://github.com/moby/moby/releases/tag/v27.4.1 See also: - https://docs.docker.com/engine/release-notes/27/#2741 Co-authored-by: Tingluo Huang --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index ac6f9a11e..f6c778cf0 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETOS ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 -ARG DOCKER_VERSION=27.3.1 +ARG DOCKER_VERSION=27.4.1 ARG BUILDX_VERSION=0.19.3 RUN apt update -y && apt install curl unzip -y