We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631b510 commit 5ab7052Copy full SHA for 5ab7052
1 file changed
data-processing-service/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM amazoncorretto:25 as builder
+FROM amazoncorretto:21 as builder
2
# try patching system for security fixes
3
RUN yum update -y && yum clean all
4
@@ -18,7 +18,7 @@ WORKDIR /usr/src/dataprocessing
18
#Build report service along with any required libraries
19
RUN ./gradlew :data-processing-service:buildNeeded -x test --no-daemon
20
21
-FROM amazoncorretto:25
+FROM amazoncorretto:21
22
23
24
0 commit comments