Skip to content

Commit

Permalink
Merge pull request #4520 from KKyleK/update-docker-java
Browse files Browse the repository at this point in the history
Update Java version used by Docker
  • Loading branch information
leijurv authored Oct 15, 2024
2 parents a231748 + 5102d91 commit 5029108
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 @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update -y

RUN apt install \
openjdk-17-jdk \
openjdk-21-jdk \
git \
--assume-yes

Expand Down

0 comments on commit 5029108

Please sign in to comment.