oops fixed

This commit is contained in:
2022-06-16 07:33:48 -07:00
parent 0abfb9794f
commit 93b51aa91e
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.17.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.17/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18.2/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/1.18/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -4,7 +4,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT=25565
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/latest/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \