Update Java version used by Docker

In 6b2fd5acee the java version used to build baritone
was bumped from 17 to 21, but the Docker build was not updated accordingly.
This commit is contained in:
Kyle Koivuneva 2024-10-15 21:58:23 +00:00
parent a231748b4e
commit 5102d9164e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt update -y
RUN apt install \
openjdk-17-jdk \
openjdk-21-jdk \
git \
--assume-yes