Switch to my new java base container here too
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Voots 2024-12-24 08:11:22 -05:00
parent be00c32873
commit 3f59f63212

View file

@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk
FROM gitea.simcop2387.info/simcop2387/papermc-base-os:latest
ENV MAX_MEM=1G
@ -23,7 +23,6 @@ RUN apt-get update \
jq \
&& apt-get clean
RUN deluser ubuntu
RUN addgroup --gid 1000 velocity \
&& adduser --system --shell /bin/false --uid 1000 --ingroup velocity --home /data velocity
RUN mkdir /velocity && chown 1000:1000 /velocity