Skip to content

Commit 5102d91

Browse files
committed
Update Java version used by Docker
In 6b2fd5a the java version used to build baritone was bumped from 17 to 21, but the Docker build was not updated accordingly.
1 parent a231748 commit 5102d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
55
RUN apt update -y
66

77
RUN apt install \
8-
openjdk-17-jdk \
8+
openjdk-21-jdk \
99
git \
1010
--assume-yes
1111

0 commit comments

Comments
 (0)