From 94eac4ce92ec9c5dc8755a7c34bdda487ce6b6f9 Mon Sep 17 00:00:00 2001 From: Konrad-Pomian Date: Mon, 16 Dec 2024 11:23:53 +0100 Subject: [PATCH] Issue #4205 - Update docker version in amd64_anax to 26.1.4 Signed-off-by: Konrad-Pomian --- anax-in-container/Dockerfile.ubi.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anax-in-container/Dockerfile.ubi.amd64 b/anax-in-container/Dockerfile.ubi.amd64 index 89ba724fe..e1143947d 100644 --- a/anax-in-container/Dockerfile.ubi.amd64 +++ b/anax-in-container/Dockerfile.ubi.amd64 @@ -4,7 +4,7 @@ LABEL vendor="IBM" LABEL summary="The agent in a general purpose container." LABEL description="A container which holds the edge node agent, to be used in environments where there is no operating system package that can install the agent natively." -ARG DOCKER_VER=24.0.9 +ARG DOCKER_VER=26.1.4 # The anax binary (secrets manager code) shells out to groupadd, groupdel (from shadow-utils), pkill (from procps-ng) # The anax.service calls jq (from jq) and killall (from psmisc)