switches google distroless container

This commit is contained in:
Hyatt 2022-10-06 09:28:28 -05:00
parent 5d09b4eba7
commit 6ccb263426
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -43,7 +43,7 @@ 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:latest
FROM registry.c.test-chamber-13.lan/google/distroless/java17-debian11:latest
LABEL maintainer="The_Spider <spider@smoothnet.org>"