diff --git a/data-processing-service/Dockerfile b/data-processing-service/Dockerfile index 0b33dd779..000aa0b96 100644 --- a/data-processing-service/Dockerfile +++ b/data-processing-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 @@ -18,7 +18,7 @@ WORKDIR /usr/src/dataprocessing #Build report service along with any required libraries RUN ./gradlew :data-processing-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