From 0aca58ad3959fa3c567e3336c5b873cd83d87c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:48:37 +0000 Subject: [PATCH] Update dependency docker/buildx to v0.20.1 --- src/main/resources/ath-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/ath-container/Dockerfile b/src/main/resources/ath-container/Dockerfile index 940e3a305..fba65b9f9 100644 --- a/src/main/resources/ath-container/Dockerfile +++ b/src/main/resources/ath-container/Dockerfile @@ -38,7 +38,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \ && rm -rf /var/lib/apt/lists/* # Docker installation according to https://docs.docker.com/engine/install/ubuntu/ -ARG DOCKER_BUILDX_VERSION=0.19.3 +ARG DOCKER_BUILDX_VERSION=0.20.1 ARG DOCKER_VERSION=27.5.1 RUN install -m 0755 -d /etc/apt/keyrings \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc \