Move to MC 1.15?

This commit is contained in:
Hyatt 2020-01-18 13:59:06 +00:00
parent 9d85d43ca6
commit fe0abec758

View File

@ -13,7 +13,7 @@ USER minecraft
WORKDIR /minecraft WORKDIR /minecraft
RUN \ RUN \
curl -Ls https://papermc.io/api/v1/paper/1.14.4/latest/download -o /minecraft/paper-mc.jar && \\ curl -Ls https://papermc.io/api/v1/paper/1.15/latest/download -o /minecraft/paper-mc.jar && \\
mkdir /minecraft/data && \\ mkdir /minecraft/data && \\
mkdir /minecraft/html && \\ mkdir /minecraft/html && \\
cd /minecraft/data && \\ cd /minecraft/data && \\