mirror of https://github.com/cabaletta/baritone
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:
parent
a231748b4e
commit
5102d9164e
|
@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
RUN apt update -y
|
||||
|
||||
RUN apt install \
|
||||
openjdk-17-jdk \
|
||||
openjdk-21-jdk \
|
||||
git \
|
||||
--assume-yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue