Fix java 21 in docker (#21746)

This commit is contained in:
Sriharsha Chintalapani 2025-06-12 18:24:25 -07:00 committed by GitHub
parent a2694c6664
commit d10178f050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ RUN apt install -y python-dev && \
python /tmp/get-pip.py
# java
RUN apt install -y openjdk-17-jdk
RUN apt install -y openjdk-21-jdk
# maven
#RUN apt install -y maven=3.3.9-3