From 9925e8779aa23d9eeefc224ef738d7eaafbe727f Mon Sep 17 00:00:00 2001 From: ialejandro <14978633+ialejandro@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:02:57 +0000 Subject: [PATCH] feat: new cruise-control version cc2.5.141-iam2.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488d3ab..c6d6ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM amazoncorretto:${OPENJDK_VERSION} as base ARG CC_TAG=2.5.141 ARG CC_UI_TAG=0.4.0 -ARG AWS_MSK_IAM_AUTH_VERSION=2.2.0 +ARG AWS_MSK_IAM_AUTH_VERSION=2.3.0 RUN yum install -y wget git tar && \ git clone -b ${CC_TAG} https://github.com/linkedin/cruise-control.git && \