This commit is contained in:
2023-03-20 10:03:07 -07:00
parent 8b65e0f3cd
commit d5f95d3960
2 changed files with 2 additions and 2 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/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.15.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

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