use local docker-repo

This commit is contained in:
Hyatt 2022-01-19 14:47:40 -06:00
parent 6d9d132637
commit 2ff7769bed
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -16,7 +16,7 @@ RUN addgroup -S -g 1000 minecraft && \\
mkdir /minecraft/html && \\
curl --location --fail --silent \${paperDownload} -o /minecraft/paper-mc.jar
FROM gcr.io/distroless/java17:latest
FROM registry.c.test-chamber-13.lan/google/distroless/java17:latest
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"