From bae52e28f9b47dabf02d367bf9cee0c2230010cf Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:30:02 -0500 Subject: [PATCH] Update Dockerfile (#3680) Update the dependencies in the dockerfil --- images/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/Dockerfile b/images/Dockerfile index f6c778cf0..b3b51fa39 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.1 -ARG DOCKER_VERSION=27.4.1 -ARG BUILDX_VERSION=0.19.3 +ARG DOCKER_VERSION=27.5.1 +ARG BUILDX_VERSION=0.20.1 RUN apt update -y && apt install curl unzip -y