Skip to content

Commit

Permalink
Add java 21
Browse files Browse the repository at this point in the history
Add Java 21
  • Loading branch information
argotri authored Apr 17, 2024
1 parent e5e6904 commit 6bcb78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sed -i 's|session required pam_loginuid.so|session optional pa
RUN mkdir -p /var/run/sshd

# Install Open JDK 11 (latest edition)
RUN apt install -y openjdk-17-jdk && apt install -y curl
RUN apt install -y openjdk-21-jdk && apt install -y curl

# Install Maven
RUN apt-get install -y maven
Expand Down

0 comments on commit 6bcb78c

Please sign in to comment.