update to 1.25

This commit is contained in:
W3LFARe 2024-11-27 01:13:07 -05:00 committed by GitHub
parent 6bdff99c8c
commit dd56f103e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
FROM openjdk:21-buster
LABEL version="1.24.0"
LABEL version="1.25.0"
RUN apt-get update && apt-get install -y curl unzip && \
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft