Bump docker and buildx to the latest version (#3100)

This commit is contained in:
Diogo Torres
2024-01-18 15:42:44 +00:00
committed by Tingluo Huang
parent 1615de2f78
commit 93aed32b91

View File

@@ -5,8 +5,8 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0
ARG DOCKER_VERSION=24.0.6
ARG BUILDX_VERSION=0.11.2
ARG DOCKER_VERSION=24.0.7
ARG BUILDX_VERSION=0.12.1
RUN apt update -y && apt install curl unzip -y