updates
This commit is contained in:
@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
|
||||
ENV GAME_PORT=25565
|
||||
|
||||
# URL's for files
|
||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.15/files/Install_Script.sh
|
||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.15/files/Install_Script.sh
|
||||
|
||||
# Install java-17 & Dependencies.
|
||||
RUN apt-get -y update \
|
||||
|
||||
@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
|
||||
MC_VERSION_OLD=1.14.4
|
||||
MC_VERSION=1.15
|
||||
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/e9f105b3c5c7e85c7b445249a93362a22f62442d/server.jar
|
||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/${MC_VERSION}/files/run.sh
|
||||
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/${MC_VERSION}/files/run.sh
|
||||
|
||||
# Main install (Debian).
|
||||
# Check for files in /MCserver and download if needed.
|
||||
|
||||
Reference in New Issue
Block a user