update to 1.27

This commit is contained in:
Roger 2024-12-05 23:59:20 -05:00
parent 786e17b5b8
commit fff03a24bb
3 changed files with 7 additions and 7 deletions

View file

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