This commit is contained in:
fithwum
2023-03-20 13:12:06 -07:00
parent c89a985fda
commit 968ea3ee5d
70 changed files with 70 additions and 70 deletions

View File

@@ -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.16.4/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/stable/1.16.4/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -8,7 +8,7 @@ echo "INFO ! Checking for latest Minecraft Server version."
MC_VERSION_OLD=1.16.3
MC_VERSION=1.16.4
MC_SERVER_FILE=https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1caa23835da59ca3d7cd/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.