Update Bocker and Buildx version to mitigate images scanners alerts (#3750)

This commit is contained in:
Eric
2025-03-14 10:48:46 -04:00
committed by GitHub
parent 0ce29d09c6
commit 259af3eda2

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1
ARG DOCKER_VERSION=27.5.1
ARG BUILDX_VERSION=0.20.1
ARG DOCKER_VERSION=28.0.1
ARG BUILDX_VERSION=0.21.2
RUN apt update -y && apt install curl unzip -y