From 2cbe6c5001e91450c91c9b0f9fcd7be5e6d07e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 00:26:42 +0000 Subject: [PATCH] Bump amazoncorretto from 21 to 25 in /data-ingestion-service Bumps amazoncorretto from 21 to 25. --- updated-dependencies: - dependency-name: amazoncorretto dependency-version: '25' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- data-ingestion-service/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-ingestion-service/Dockerfile b/data-ingestion-service/Dockerfile index 616b14342..37503c48b 100644 --- a/data-ingestion-service/Dockerfile +++ b/data-ingestion-service/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21 as builder +FROM amazoncorretto:25 as builder # try patching system for security fixes RUN yum update -y && yum clean all @@ -21,7 +21,7 @@ WORKDIR /usr/src/dataingestion #Build report service along with any required libraries RUN ./gradlew :data-ingestion-service:buildNeeded -x test --no-daemon -FROM amazoncorretto:21 +FROM amazoncorretto:25 # try patching system for security fixes RUN yum update -y && yum clean all