Update Dockerfile to 2.38

This commit is contained in:
r14f 2025-02-28 17:58:42 -06:00 committed by GitHub
parent cfebe885fc
commit 3e1aa46251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1
q# syntax=docker/dockerfile:1
FROM openjdk:21-buster
LABEL version="2.36"
LABEL version="2.38"
RUN apt-get update && apt-get install -y curl unzip jq && \
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft