From bebb9ac312164ebe33e460e25036e65d1b099d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:50:46 +0100 Subject: [PATCH] Update docker Docker tag to v26 (#1566) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 cffe46154a..1e9de2e7c8 100644 --- a/src/main/resources/ath-container/Dockerfile +++ b/src/main/resources/ath-container/Dockerfile @@ -90,7 +90,7 @@ RUN echo \ $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list # Ensure that version is fixed -ARG DOCKER_VERSION=25.0.5 +ARG DOCKER_VERSION=26.1.3 ARG DOCKER_BUILDX_VERSION=0.10.2 RUN apt-get update --quiet \ && apt-get install --yes --no-install-recommends \