Skip to content

Commit

Permalink
Merge pull request #76 from Phyremaster/openjdk21
Browse files Browse the repository at this point in the history
Update to Java 21 for Minecraft 1.20.5+
  • Loading branch information
Phyremaster authored May 6, 2024
2 parents 9fc3f7f + 2fd4d42 commit 200f5f6
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 @@ -12,7 +12,7 @@ ENV MC_VERSION="latest" \

COPY papermc.sh .
RUN apk update \
&& apk add openjdk17-jre \
&& apk add openjdk21-jre \
&& apk add bash \
&& apk add wget \
&& apk add jq \
Expand Down

0 comments on commit 200f5f6

Please sign in to comment.