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