Update Dockerfile to 2.38
This commit is contained in:
parent
e4c72e7207
commit
a4010839d8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# syntax=docker/dockerfile:1
|
q# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM openjdk:21-buster
|
FROM openjdk:21-buster
|
||||||
|
|
||||||
LABEL version="2.36"
|
LABEL version="2.38"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl unzip jq && \
|
RUN apt-get update && apt-get install -y curl unzip jq && \
|
||||||
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft
|
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue