Skip to content

Commit

Permalink
Update Java version used by Docker
Browse files Browse the repository at this point in the history
In 6b2fd5a the java version used to build baritone
was bumped from 17 to 21, but the Docker build was not updated accordingly.
  • Loading branch information
KKyleK committed Oct 15, 2024
1 parent a231748 commit 5102d91
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 5102d91

Please sign in to comment.