From 4251ff48286288a6c5978bfc097ddce6912e76eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:14:35 -0700 Subject: [PATCH] Update docker Docker tag to v27.1.1 (#1636) 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 9768baf308..a6aaa5c118 100644 --- a/src/main/resources/ath-container/Dockerfile +++ b/src/main/resources/ath-container/Dockerfile @@ -79,7 +79,7 @@ RUN echo \ $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list # Ensure that version is fixed -ARG DOCKER_VERSION=27.0.3 +ARG DOCKER_VERSION=27.1.1 ARG DOCKER_BUILDX_VERSION=0.16.1 RUN apt-get update --quiet \ && apt-get install --yes --no-install-recommends \