From 919bec032cafc6e8f5fad6482b16f07356314586 Mon Sep 17 00:00:00 2001 From: Victor Sollerhed Date: Fri, 10 Jan 2025 16:04:58 +0100 Subject: [PATCH] Upgrade `buildx` from `0.18.0` to `0.19.3` Includes: - https://github.com/docker/buildx/releases/tag/v0.19.0 - https://github.com/docker/buildx/releases/tag/v0.19.1 - https://github.com/docker/buildx/releases/tag/v0.19.2 - https://github.com/docker/buildx/releases/tag/v0.19.3 --- images/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Dockerfile b/images/Dockerfile index 50b4a6b2d27..ac6f9a11e51 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETARCH ARG RUNNER_VERSION ARG RUNNER_CONTAINER_HOOKS_VERSION=0.6.1 ARG DOCKER_VERSION=27.3.1 -ARG BUILDX_VERSION=0.18.0 +ARG BUILDX_VERSION=0.19.3 RUN apt update -y && apt install curl unzip -y