diff --git a/stable/1.10.1/Dockerfile b/stable/1.10.1/Dockerfile index e0be6b7..9f9d988 100644 --- a/stable/1.10.1/Dockerfile +++ b/stable/1.10.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/cb4c6f9f51a845b09a886 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.10.2/Dockerfile b/stable/1.10.2/Dockerfile index 38ae6bc..54e917f 100644 --- a/stable/1.10.2/Dockerfile +++ b/stable/1.10.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3d501b23df53c548254f5 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.10/Dockerfile b/stable/1.10/Dockerfile index 5e42bd0..dc6ca51 100644 --- a/stable/1.10/Dockerfile +++ b/stable/1.10/Dockerfile @@ -7,7 +7,7 @@ ENV MC_VERSION="1.10" ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a96617ffdf5dabbb718ab11a9a68e50545fc5bee/server.jar" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.11.1/Dockerfile b/stable/1.11.1/Dockerfile index 2d5f925..cace8e0 100644 --- a/stable/1.11.1/Dockerfile +++ b/stable/1.11.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/1f97bd101e508d7b52b3d ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.11.2/Dockerfile b/stable/1.11.2/Dockerfile index 95b0675..c962540 100644 --- a/stable/1.11.2/Dockerfile +++ b/stable/1.11.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f00c294a1576e03fddcac ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.11/Dockerfile b/stable/1.11/Dockerfile index 632e9ba..2689b3b 100644 --- a/stable/1.11/Dockerfile +++ b/stable/1.11/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/48820c84cb1ed502cb5b2 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.12.1/Dockerfile b/stable/1.12.1/Dockerfile index ba02861..5540849 100644 --- a/stable/1.12.1/Dockerfile +++ b/stable/1.12.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/561c7b2d54bae80cc06b0 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.12.2/Dockerfile b/stable/1.12.2/Dockerfile index 34079c1..fa7d7da 100644 --- a/stable/1.12.2/Dockerfile +++ b/stable/1.12.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/886945bfb2b978778c3a0 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.12/Dockerfile b/stable/1.12/Dockerfile index d40cade..d491113 100644 --- a/stable/1.12/Dockerfile +++ b/stable/1.12/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8494e844e911ea0d63878 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.13.1/Dockerfile b/stable/1.13.1/Dockerfile index b5674eb..31cf600 100644 --- a/stable/1.13.1/Dockerfile +++ b/stable/1.13.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/fe123682e9cb30031eae3 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.13.2/Dockerfile b/stable/1.13.2/Dockerfile index 107f08d..a198fa4 100644 --- a/stable/1.13.2/Dockerfile +++ b/stable/1.13.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3737db93722a9e39eeada ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.13/Dockerfile b/stable/1.13/Dockerfile index 5789911..d897174 100644 --- a/stable/1.13/Dockerfile +++ b/stable/1.13/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/d0caafb8438ebd206f999 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.14.1/Dockerfile b/stable/1.14.1/Dockerfile index 5c352e7..72d386b 100644 --- a/stable/1.14.1/Dockerfile +++ b/stable/1.14.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/ed76d597a44c5266be2a7 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.14.2/Dockerfile b/stable/1.14.2/Dockerfile index 93314cd..86157a7 100644 --- a/stable/1.14.2/Dockerfile +++ b/stable/1.14.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/808be3869e2ca6b62378f ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.14.3/Dockerfile b/stable/1.14.3/Dockerfile index 82dc14c..ab9b934 100644 --- a/stable/1.14.3/Dockerfile +++ b/stable/1.14.3/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/d0d0fe2b1dc6ab4c65554 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.14.4/Dockerfile b/stable/1.14.4/Dockerfile index f9c14fe..8260193 100644 --- a/stable/1.14.4/Dockerfile +++ b/stable/1.14.4/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3dc3d84a581f14691199c ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.14/Dockerfile b/stable/1.14/Dockerfile index 3dc24fa..711593b 100644 --- a/stable/1.14/Dockerfile +++ b/stable/1.14/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f1a0073671057f01aa843 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.15.1/Dockerfile b/stable/1.15.1/Dockerfile index b6498ba..297a4c4 100644 --- a/stable/1.15.1/Dockerfile +++ b/stable/1.15.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/4d1826eebac84847c71a7 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.15.2/Dockerfile b/stable/1.15.2/Dockerfile index ef5a120..d1a0b65 100644 --- a/stable/1.15.2/Dockerfile +++ b/stable/1.15.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.15/Dockerfile b/stable/1.15/Dockerfile index b6e1682..5c45454 100644 --- a/stable/1.15/Dockerfile +++ b/stable/1.15/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/e9f105b3c5c7e85c7b445 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16.1/Dockerfile b/stable/1.16.1/Dockerfile index 6c8c74e..b5bd45b 100644 --- a/stable/1.16.1/Dockerfile +++ b/stable/1.16.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a412fd69db1f81db3f511 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16.2/Dockerfile b/stable/1.16.2/Dockerfile index f53dec4..3a99744 100644 --- a/stable/1.16.2/Dockerfile +++ b/stable/1.16.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c5f6fb23c3876461d46ec ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16.3/Dockerfile b/stable/1.16.3/Dockerfile index 6799e18..f5aa428 100644 --- a/stable/1.16.3/Dockerfile +++ b/stable/1.16.3/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f02f4473dbf152c23d7d4 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16.4/Dockerfile b/stable/1.16.4/Dockerfile index 2f35e9f..be6eb66 100644 --- a/stable/1.16.4/Dockerfile +++ b/stable/1.16.4/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/35139deedbd5182953cf1 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16.5/Dockerfile b/stable/1.16.5/Dockerfile index 22f96f9..be1e897 100644 --- a/stable/1.16.5/Dockerfile +++ b/stable/1.16.5/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.16/Dockerfile b/stable/1.16/Dockerfile index e627002..62970be 100644 --- a/stable/1.16/Dockerfile +++ b/stable/1.16/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a0d03225615ba89761922 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.17.1/Dockerfile b/stable/1.17.1/Dockerfile index bfeb39d..e048f3b 100644 --- a/stable/1.17.1/Dockerfile +++ b/stable/1.17.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/a16d67e5807f57fc4e550 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.17/Dockerfile b/stable/1.17/Dockerfile index e32f053..8b1640c 100644 --- a/stable/1.17/Dockerfile +++ b/stable/1.17/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/0a269b5f2c5b93b1712d0 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.18.1/Dockerfile b/stable/1.18.1/Dockerfile index ff45a5c..4a368d7 100644 --- a/stable/1.18.1/Dockerfile +++ b/stable/1.18.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/125e5adf40c659fd3bce3 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.18.2/Dockerfile b/stable/1.18.2/Dockerfile index 6ca2f74..41a6210 100644 --- a/stable/1.18.2/Dockerfile +++ b/stable/1.18.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.18/Dockerfile b/stable/1.18/Dockerfile index da4e02c..db1ac51 100644 --- a/stable/1.18/Dockerfile +++ b/stable/1.18/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3cf24a8694aca6267883b ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.19.1/Dockerfile b/stable/1.19.1/Dockerfile index 56326c9..83f0a4c 100644 --- a/stable/1.19.1/Dockerfile +++ b/stable/1.19.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8399e1211e95faa421c15 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.19.2/Dockerfile b/stable/1.19.2/Dockerfile index 97aa930..d999502 100644 --- a/stable/1.19.2/Dockerfile +++ b/stable/1.19.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/f69c284232d7c7580bd89 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.19.3/Dockerfile b/stable/1.19.3/Dockerfile index 8cd5bbb..14c7215 100644 --- a/stable/1.19.3/Dockerfile +++ b/stable/1.19.3/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/c9df48efed58511cdd021 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.19.4/Dockerfile b/stable/1.19.4/Dockerfile index 9d77d58..0b8730f 100644 --- a/stable/1.19.4/Dockerfile +++ b/stable/1.19.4/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/8f3112a1049751cc472ec ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.19/Dockerfile b/stable/1.19/Dockerfile index b9eb6cb..27eb640 100644 --- a/stable/1.19/Dockerfile +++ b/stable/1.19/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/e00c4052dac1d59a1188b ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.20.1/Dockerfile b/stable/1.20.1/Dockerfile index 1f9bf27..d096b3e 100644 --- a/stable/1.20.1/Dockerfile +++ b/stable/1.20.1/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/84194a2f286ef7c14ed7c ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.20.2/Dockerfile b/stable/1.20.2/Dockerfile index 10b835d..2f0705b 100644 --- a/stable/1.20.2/Dockerfile +++ b/stable/1.20.2/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/5b868151bd02b41319f54 ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \ diff --git a/stable/1.20/Dockerfile b/stable/1.20/Dockerfile index e67832c..cba66ec 100644 --- a/stable/1.20/Dockerfile +++ b/stable/1.20/Dockerfile @@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/15c777e2cfe0556eef19a ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh # Install java-17 & Dependencies. RUN apt-get -y update \