Update Dockerfile to 2.29

This commit is contained in:
r14f 2025-01-25 19:36:19 -06:00 committed by GitHub
parent 032bf7a930
commit 45cab055a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
FROM openjdk:21-buster
LABEL version="2.28"
LABEL version="2.29"
RUN apt-get update && apt-get install -y curl unzip jq && \
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft
@ -18,4 +18,4 @@ WORKDIR /data
EXPOSE 25565/tcp
CMD ["/launch.sh"]