try to switch to java 21

This commit is contained in:
Hyatt 2024-07-07 10:05:51 -05:00
parent 9b477fb7dc
commit ed8af906bc
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -43,7 +43,8 @@ RUN addgroup -S -g 1000 minecraft && \\
mkdir /minecraft/html && \\
curl --location --fail --silent \${paperDownload} -o /minecraft/paper-mc.jar
FROM registry.c.test-chamber-13.lan/google/distroless/java17-debian11:latest
#FROM registry.c.test-chamber-13.lan/google/distroless/java17-debian11:latest
FROM registry.c.test-chamber-13.lan/dockerhub/library/openjdk:21
LABEL maintainer="The_Spider <spider@smoothnet.org>"