Skip to content

Commit 5ab7052

Browse files
authored
Revert "Bump amazoncorretto from 21 to 25 in /data-processing-service (#516)" (#572)
This reverts commit 631b510.
1 parent 631b510 commit 5ab7052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-processing-service/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM amazoncorretto:25 as builder
1+
FROM amazoncorretto:21 as builder
22
# try patching system for security fixes
33
RUN yum update -y && yum clean all
44

@@ -18,7 +18,7 @@ WORKDIR /usr/src/dataprocessing
1818
#Build report service along with any required libraries
1919
RUN ./gradlew :data-processing-service:buildNeeded -x test --no-daemon
2020

21-
FROM amazoncorretto:25
21+
FROM amazoncorretto:21
2222
# try patching system for security fixes
2323
RUN yum update -y && yum clean all
2424

0 commit comments

Comments
 (0)