Skip to content

Commit

Permalink
Update to Java 21 for Minecraft 1.20.5+
Browse files Browse the repository at this point in the history
Resolves #75
  • Loading branch information
Phyremaster authored May 6, 2024
1 parent 9fc3f7f commit 2fd4d42
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 2fd4d42

Please sign in to comment.